From 2a1cea8ae94b01640aa116771869183a6b59b6dc Mon Sep 17 00:00:00 2001 From: Alexander Synaptic Date: Sat, 20 Feb 2016 16:42:53 +0800 Subject: [PATCH] Version bump to 0.2.2 --- package.json | 4 ++-- src/scss/_config.scss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8ef3683..e2a4364 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wordpress-gulp-starter-kit", - "version": "0.2.1", + "version": "0.2.2", "description": "A starter kit for developing WordPress themes with Gulp", "homepage": "https://github.com/synapticism/wordpress-gulp-starter-kit", "repository": { @@ -50,7 +50,7 @@ "scut": "^1.4.0", "spin.js": "^2.3.2", "timeago": "^1.5.2", - "wp-ajax-page-loader": "^0.2.0" + "wp-ajax-page-loader": "^0.2.1" }, "scripts": { "postinstall": "gulp setup" diff --git a/src/scss/_config.scss b/src/scss/_config.scss index a17edbc..29c4e3a 100644 --- a/src/scss/_config.scss +++ b/src/scss/_config.scss @@ -30,7 +30,7 @@ $_metadata: ( , theme-author: "Alexander Synaptic" , theme-author-uri: "http://synapticism.com" , theme-description: "A minimally viable theme made with the WordPress/Gulp starter kit" -, theme-version: "0.2.1" +, theme-version: "0.2.2" , theme-license: "GPLv3" , theme-license-uri: "http://www.gnu.org/licenses/gpl.txt" , theme-tags: (light, responsive-layout, right-sidebar, starter-theme, two-columns, translation-ready, white)