Skip to content

Commit ba375b7

Browse files
committed
Bump version number
1 parent 947d14d commit ba375b7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**Tags:** github, git, version control, content, collaboration, publishing
44
**Requires at least:** 3.9
55
**Tested up to:** 4.3.1
6-
**Stable tag:** 1.5.1
6+
**Stable tag:** 1.5.2
77
**License:** GPLv2
88
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
99

wp-github-sync.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: WordPress GitHub Sync
44
* Plugin URI: https://github.com/mAAdhaTTah/wordpress-github-sync
55
* Description: A WordPress plugin to sync content with a GitHub repository (or Jekyll site).
6-
* Version: 1.5.1
6+
* Version: 1.5.2
77
* Author: James DiGioia, Ben Balter
88
* Author URI: http://jamesdigioia.com
99
* License: GPLv2
@@ -54,7 +54,7 @@ class WordPress_GitHub_Sync {
5454
* Current version
5555
* @var string
5656
*/
57-
public static $version = '1.5.1';
57+
public static $version = '1.5.2';
5858

5959
/**
6060
* Controller object

0 commit comments

Comments
 (0)