diff --git a/CHANGELOG.md b/CHANGELOG.md index 0df199e..d5a0a01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.1](https://github.com/kurtrank/robot-rock/compare/v1.1.0...v1.1.1) (2020-03-04) + + +### Bug Fixes + +* make sure it uses a separate asset ([f53db9d](https://github.com/kurtrank/robot-rock/commit/f53db9d79a3e515218524d5403bf4a279da814ff)) + # [1.1.0](https://github.com/kurtrank/robot-rock/compare/v1.0.6...v1.1.0) (2020-03-04) diff --git a/package-lock.json b/package-lock.json index b73bee5..4b4c654 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "robot-rock", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d6b9cf5..16d622f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "robot-rock", - "version": "1.1.0", + "version": "1.1.1", "description": "Example WordPress theme to test automatic updates with Github releases.", "main": "index.js", "scripts": { diff --git a/style.css b/style.css index 680aee3..f0cef98 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,7 @@ /****************************************************************** Theme Name: Robot Rock Text Domain: robot-rock -Version: 1.1.0 +Version: 1.1.1 Theme URI: https://github.com/kurtrank/robot-rock GitHub Theme URI: kurtrank/robot-rock Release Asset: true