Skip to content

Commit

Permalink
Version and changelog updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmjones committed Sep 5, 2018
1 parent 7a8b390 commit a4b0e97
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion elm-package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.0",
"version": "1.3.1",
"summary": "A little dashboard widget to view the WordPress cron.",
"repository": "https://github.com/ianmjones/wp-cron-pixie.git",
"license": "GPL-2.0",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wp-cron-pixie",
"version": "1.3.0",
"version": "1.3.1",
"description": "A little dashboard widget to view the WordPress cron.",
"main": "src/js/main.js",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions src/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ This plugin was built for the [Building Reactive WordPress Plugins](https://deli

== Changelog ==

= 1.3.1 =
* Minor updates to framework and build tools.
* Tested with WP 4.9.8.

= 1.3 =
* Elm 0.18 frontend.

Expand Down
4 changes: 2 additions & 2 deletions src/wp-cron-pixie.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Plugin Name: WP Cron Pixie
* Plugin URI: https://github.com/ianmjones/wp-cron-pixie
* Description: A little dashboard widget to manage the WordPress cron.
* Version: 1.3.0
* Version: 1.3.1
* Author: Ian M. Jones
* Author URI: https://www.ianmjones.com/
* License: GPL-2.0+
Expand All @@ -33,7 +33,7 @@ function cron_pixie_meta() {
'slug' => 'wp-cron-pixie',
'name' => 'WP Cron Pixie',
'file' => __FILE__,
'version' => '1.3.0',
'version' => '1.3.1',
);
}

Expand Down

0 comments on commit a4b0e97

Please sign in to comment.