Skip to content

Commit 4fae26f

Browse files
committed
Bump version number
1 parent 37dae1b commit 4fae26f

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This change log follows the [Keep a Changelog standards]. Versions follows [Semantic Versioning].
44

5-
### [Unreleased] ###
5+
### [1.3.2] ###
66

77
* Fix deleting bug where posts that weren't present in the repo were being added.
88

@@ -50,6 +50,7 @@ This change log follows the [Keep a Changelog standards]. Versions follows [Sema
5050
[Keep a Changelog standards]: http://keepachangelog.com/
5151
[Semantic Versioning]: http://semver.org/
5252
[Unreleased]: https://github.com/benbalter/wordpress-github-sync
53+
[1.3.2]: https://github.com/benbalter/wordpress-github-sync/releases/tag/1.3.2
5354
[1.3.1]: https://github.com/benbalter/wordpress-github-sync/releases/tag/1.3.1
5455
[1.3]: https://github.com/benbalter/wordpress-github-sync/releases/tag/1.3
5556
[1.2]: https://github.com/benbalter/wordpress-github-sync/releases/tag/1.2

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.3.1
6+
**Stable tag:** 1.3.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/benbalter/wordpress-github-sync
55
* Description: A WordPress plugin to sync content with a GitHub repository (or Jekyll site)
6-
* Version: 1.3.1
6+
* Version: 1.3.2
77
* Author: Ben Balter, James DiGioia
88
* Author URI: http://ben.balter.com
99
* License: GPLv2
@@ -50,7 +50,7 @@ class WordPress_GitHub_Sync {
5050
* Current version
5151
* @var string
5252
*/
53-
public static $version = '1.3.1';
53+
public static $version = '1.3.2';
5454

5555
/**
5656
* Controller object

0 commit comments

Comments
 (0)