Skip to content

Commit 160f8df

Browse files
authored
bump version
1 parent b7c1ce2 commit 160f8df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bea-post-views-counter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/*
33
Plugin Name: BEA Post Views Counter
4-
Version: 0.6.3
4+
Version: 0.6.4
55
Plugin URI: https://github.com/beapi/bea-post-views-counter
66
Description: Counts views for any post type. Compatible with static cache plugins, with an asynchronous AJAX implementation.
77
Author: BE API Technical team
@@ -44,7 +44,7 @@
4444
$wpdb->post_views_counter = $wpdb->prefix . 'post_views_counter';
4545

4646
// Plugin constants
47-
define('BEA_PVC_VERSION', '0.6.3');
47+
define('BEA_PVC_VERSION', '0.6.4');
4848

4949
// Plugin URL and PATH
5050
define('BEA_PVC_URL', plugin_dir_url ( __FILE__ ));

0 commit comments

Comments
 (0)