From ffbabf5ea3f2534f7cc9910744e7dad397f54462 Mon Sep 17 00:00:00 2001 From: mertkahyaoglu Date: Sun, 24 Sep 2017 12:34:09 +0300 Subject: [PATCH] release 0.7.0 --- lib/jekyll-admin/version.rb | 2 +- package.json | 2 +- src/constants/index.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/jekyll-admin/version.rb b/lib/jekyll-admin/version.rb index b6b6aa1c9..e56082e85 100644 --- a/lib/jekyll-admin/version.rb +++ b/lib/jekyll-admin/version.rb @@ -1,3 +1,3 @@ module JekyllAdmin - VERSION = "0.6.0".freeze + VERSION = "0.7.0".freeze end diff --git a/package.json b/package.json index 42b053ffc..a89a48576 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jekyll-admin", - "version": "0.6.0", + "version": "0.7.0", "description": "Admin Panel for Jekyll", "private": true, "scripts": { diff --git a/src/constants/index.js b/src/constants/index.js index c5091769d..013698f4d 100644 --- a/src/constants/index.js +++ b/src/constants/index.js @@ -1,2 +1,2 @@ -export const VERSION = 'v0.6.0'; +export const VERSION = 'v0.7.0'; export const ADMIN_PREFIX = '/admin';