Skip to content

Commit 1b75a55

Browse files
committed
Bump version number
1 parent 4fbee8e commit 1b75a55

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.8
6-
**Stable tag:** 2.0.0
6+
**Stable tag:** 2.0.1
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: 2.0.0
6+
* Version: 2.0.1
77
* Author: James DiGioia, Ben Balter
88
* Author URI: http://jamesdigioia.com
99
* License: GPLv2
@@ -66,7 +66,7 @@ class WordPress_GitHub_Sync {
6666
*
6767
* @var string
6868
*/
69-
public static $version = '2.0.0';
69+
public static $version = '2.0.1';
7070

7171
/**
7272
* Controller object.

0 commit comments

Comments
 (0)