Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Version bump to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xsynaptic committed Feb 20, 2016
1 parent d918535 commit 2a1cea8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/scss/_config.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2a1cea8

Please sign in to comment.