Skip to content

Commit

Permalink
Bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
mAAdhaTTah committed Dec 11, 2016
1 parent be9ff63 commit eb9c92c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
**Tags:** github, git, version control, content, collaboration, publishing
**Requires at least:** 3.9
**Tested up to:** 4.7
**Stable tag:** 1.7.3
**Stable tag:** 1.7.4
**License:** GPLv2
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
4 changes: 2 additions & 2 deletions languages/wp-github-sync.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# This file is distributed under the same license as the WordPress GitHub Sync package.
msgid ""
msgstr ""
"Project-Id-Version: WordPress GitHub Sync 1.7.3\n"
"Project-Id-Version: WordPress GitHub Sync 1.7.4\n"
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-github-sync\n"
"POT-Creation-Date: 2016-12-11 19:44:43+00:00\n"
"POT-Creation-Date: 2016-12-11 19:45:59+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down
4 changes: 2 additions & 2 deletions wp-github-sync.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WordPress GitHub Sync
* Plugin URI: https://github.com/mAAdhaTTah/wordpress-github-sync
* Description: A WordPress plugin to sync content with a GitHub repository (or Jekyll site).
* Version: 1.7.3
* Version: 1.7.4
* Author: James DiGioia, Ben Balter
* Author URI: http://jamesdigioia.com
* License: GPLv2
Expand Down Expand Up @@ -54,7 +54,7 @@ class WordPress_GitHub_Sync {
* Current version
* @var string
*/
public static $version = '1.7.3';
public static $version = '1.7.4';

/**
* Controller object
Expand Down

0 comments on commit eb9c92c

Please sign in to comment.