diff --git a/lib/jekyll-admin/version.rb b/lib/jekyll-admin/version.rb index 9622fb1c4..89a4860d7 100644 --- a/lib/jekyll-admin/version.rb +++ b/lib/jekyll-admin/version.rb @@ -1,3 +1,3 @@ module JekyllAdmin - VERSION = "0.8.1".freeze + VERSION = "0.9.0".freeze end diff --git a/package.json b/package.json index b792ad265..00d6f9245 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jekyll-admin", - "version": "0.8.1", + "version": "0.9.0", "description": "Admin Panel for Jekyll", "private": true, "scripts": { diff --git a/src/constants/index.js b/src/constants/index.js index d0c85cf61..5931f7fb3 100644 --- a/src/constants/index.js +++ b/src/constants/index.js @@ -1,2 +1,2 @@ -export const VERSION = 'v0.8.1'; +export const VERSION = 'v0.9.0'; export const ADMIN_PREFIX = '/admin'; diff --git a/src/containers/tests/__snapshots__/header.spec.js.snap b/src/containers/tests/__snapshots__/header.spec.js.snap index 166b22d3a..f332f0a75 100644 --- a/src/containers/tests/__snapshots__/header.spec.js.snap +++ b/src/containers/tests/__snapshots__/header.spec.js.snap @@ -23,7 +23,7 @@ exports[`Containers::Header renders correctly 1`] = ` - v0.8.1 + v0.9.0 `; @@ -51,7 +51,7 @@ exports[`Containers::Header renders placeholder title 1`] = ` - v0.8.1 + v0.9.0 `;