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

Commit 2a1cea8

Browse files
committed
Version bump to 0.2.2
1 parent d918535 commit 2a1cea8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wordpress-gulp-starter-kit",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "A starter kit for developing WordPress themes with Gulp",
55
"homepage": "https://github.com/synapticism/wordpress-gulp-starter-kit",
66
"repository": {
@@ -50,7 +50,7 @@
5050
"scut": "^1.4.0",
5151
"spin.js": "^2.3.2",
5252
"timeago": "^1.5.2",
53-
"wp-ajax-page-loader": "^0.2.0"
53+
"wp-ajax-page-loader": "^0.2.1"
5454
},
5555
"scripts": {
5656
"postinstall": "gulp setup"

src/scss/_config.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $_metadata: (
3030
, theme-author: "Alexander Synaptic"
3131
, theme-author-uri: "http://synapticism.com"
3232
, theme-description: "A minimally viable theme made with the WordPress/Gulp starter kit"
33-
, theme-version: "0.2.1"
33+
, theme-version: "0.2.2"
3434
, theme-license: "GPLv3"
3535
, theme-license-uri: "http://www.gnu.org/licenses/gpl.txt"
3636
, theme-tags: (light, responsive-layout, right-sidebar, starter-theme, two-columns, translation-ready, white)

0 commit comments

Comments
 (0)