Skip to content

Commit

Permalink
Merge pull request #23 from creativecommons/dev
Browse files Browse the repository at this point in the history
fix version number consistency
  • Loading branch information
hugosolar authored Jun 20, 2019
2 parents cd0b22d + 243a66c commit e64e4a2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Release serial number - Used to bust the cache. Please update
* any time you change CSS or JS.
*/
define( 'CC_CSS_RELEASE_SERIAL_NUMBER', '20181120' );
define( 'CC_CSS_RELEASE_SERIAL_NUMBER', 'v2019.6.2' );
/**
* Include telated files
*/
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "CC",
"version": "0.0.0",
"description": "Creative Commons 2016 theme",
"name": "CC Chapters theme",
"version": "v2019.6.2",
"description": "Creative Commons Chapter websites WordPress theme",
"directories": {},
"author": "",
"author": "Creative Commons",
"license": "GNU",
"devDependencies": {
"bower": "^1.3.1",
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Author: Creative Commons
Author URI: https://creativecommons.org/
Description: The Creative Commons Chapter theme
Template: twentysixteen
Version: 1.0
Version: v2019.6.2
License: GPL2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down

1 comment on commit e64e4a2

@mzeinstra
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NPM install did not work for me after this. package.json -> name cannot have spaces in them. Consider updating to "name": "CC-Chapters-theme"

Please sign in to comment.