diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a7f84c..cbfc460 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +### 0.7.0: December 29th, 2020 * **Tweak** - Update Bootstrap JS to 3.3.7 for Jquery 3 compatibility (since WordPress 5.6) ### 0.6.7: December 10th, 2020 diff --git a/package.json b/package.json index 3607c44..92b2dc1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stormbringer", - "version": "0.6.7", + "version": "0.7.0", "description": "WordPress theme", "license": "Apache-2.0", "repository" : { diff --git a/stormbringer-child/package.json b/stormbringer-child/package.json index a6fac85..7536c48 100644 --- a/stormbringer-child/package.json +++ b/stormbringer-child/package.json @@ -1,6 +1,6 @@ { "name": "stormbringer", - "version": "0.6.7", + "version": "0.7.0", "description": "WordPress theme", "license": "Apache-2.0", "repository" : { diff --git a/stormbringer-child/style.css b/stormbringer-child/style.css index b3b342b..d0cf998 100644 --- a/stormbringer-child/style.css +++ b/stormbringer-child/style.css @@ -2,6 +2,6 @@ Theme Name: Stormbringer Child Description: Child theme for Stormbringer Author: Nicolas Mollet -Version: 0.6.7 +Version: 0.7.0 Template: stormbringer */ \ No newline at end of file