From 15cd79d178f6cf57203441456643af614a6a3a84 Mon Sep 17 00:00:00 2001 From: mertkahyaoglu Date: Mon, 27 Feb 2017 21:35:23 +0200 Subject: [PATCH] bump versions --- 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 a5c142392..8934f9c89 100644 --- a/lib/jekyll-admin/version.rb +++ b/lib/jekyll-admin/version.rb @@ -1,3 +1,3 @@ module JekyllAdmin - VERSION = "0.3.0".freeze + VERSION = "0.4.0".freeze end diff --git a/package.json b/package.json index a3ecc2edb..d06303ace 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jekyll-admin", - "version": "0.3.0", + "version": "0.4.0", "description": "Admin Panel for Jekyll", "private": true, "scripts": { diff --git a/src/constants/index.js b/src/constants/index.js index b86bdf097..d84a9bf65 100644 --- a/src/constants/index.js +++ b/src/constants/index.js @@ -1,2 +1,2 @@ -export const VERSION = 'v0.3.0'; +export const VERSION = 'v0.4.0'; export const ADMIN_PREFIX = '/admin';