Skip to content

Commit 91aa261

Browse files
committed
Set correct version number
1 parent 5b6cffc commit 91aa261

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

page-views-count.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
/*
33
Plugin Name: Page Views Count
44
Description: Show front end users all time views and views today on posts, pages, index pages and custom post types with the Page Views Count Plugin. Use the Page Views Count function to add page views to any content type or object created by your theme or plugins.
5-
Version: 2.0.5
5+
Version: 2.1.0
66
Requires at least: 4.6
7-
Tested up to: 4.9.6
7+
Tested up to: 5.0.1
88
Author: a3rev Software
99
Author URI: https://a3rev.com
1010
Text Domain: page-views-count
@@ -22,7 +22,7 @@
2222
define('A3_PVC_IMAGES_URL', A3_PVC_URL . '/assets/images');
2323

2424
define( 'A3_PVC_KEY', 'a3_page_view_count' );
25-
define( 'A3_PVC_VERSION', '2.0.5' );
25+
define( 'A3_PVC_VERSION', '2.1.0' );
2626
define( 'A3_PVC_G_FONTS', false );
2727

2828
/**

0 commit comments

Comments
 (0)