Skip to content

Commit fc07a74

Browse files
committed
Version bump
1 parent 4d17ba2 commit fc07a74

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

assets/theme/scss/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Theme Name: Alpha
3-
* Version: 0.1.0
3+
* Version: 1.0.0
44
* Author: WP Site Care
55
* Author URI: https://www.wpsitecare.com
66
* Theme URI: https://github.com/wpsitecare/alpha

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "alpha",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"private": true,
55
"dependencies": {},
66
"devDependencies": {

functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* @since 0.1.0
1818
*/
19-
define( 'PARENT_THEME_VERSION', '0.1.0' );
19+
define( 'PARENT_THEME_VERSION', '1.0.0' );
2020

2121
/**
2222
* The absolute path to the template's root directory with a trailing slash.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "alpha",
33
"capitalname": "Alpha",
44
"textdomain": "alpha",
5-
"version": "0.1.0",
5+
"version": "1.0.0",
66
"copyright": "2016",
77
"license": "GPL-2.0+",
88
"private": true,

0 commit comments

Comments
 (0)