diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b58383..698b15a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### 0.3.0: March 17th, 2017 +* Elementor compatibilty: buttons + ### 0.2.9: March 17th, 2017 * Theme check diff --git a/package.json b/package.json index 4e676e5..906539c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stormbringer", - "version": "0.2.9", + "version": "0.3.0", "description": "WordPress theme", "license": "Apache-2.0", "repository" : { diff --git a/stormbringer-child/package.json b/stormbringer-child/package.json index f1dcb78..87c904f 100644 --- a/stormbringer-child/package.json +++ b/stormbringer-child/package.json @@ -1,6 +1,6 @@ { "name": "stormbringer", - "version": "0.2.9", + "version": "0.3.0", "description": "WordPress theme", "license": "Apache-2.0", "repository" : { diff --git a/stormbringer-child/style.css b/stormbringer-child/style.css index f4d1d16..3defafd 100644 --- a/stormbringer-child/style.css +++ b/stormbringer-child/style.css @@ -2,6 +2,6 @@ Theme Name: Stormbringer Child Description: Theme child for Stormbringer Author: Nicolas Mollet -Version: 0.0.1 +Version: 0.3.0 Template: stormbringer */ \ No newline at end of file diff --git a/style.css b/style.css index f5b1b84..ae12d5a 100644 --- a/style.css +++ b/style.css @@ -3,7 +3,7 @@ Theme Name: StormBringer Theme URI: https://github.com/nicomollet/stormbringer Github Theme URI: https://github.com/nicomollet/stormbringer Description: A simple responsive theme based on twitter's bootstrap framework. -Version: 0.2.9 +Version: 0.3.0 Author: Nicolas Mollet Author URI: http://www.nicolasmollet.com Text Domain: stormbringer