From a9d63801f4a767eea4f4bbca05d758f751f09fa3 Mon Sep 17 00:00:00 2001 From: mertkahyaoglu Date: Mon, 27 Mar 2017 01:17:48 +0300 Subject: [PATCH] release 0.4.1 --- 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 8934f9c89..b3816ff19 100644 --- a/lib/jekyll-admin/version.rb +++ b/lib/jekyll-admin/version.rb @@ -1,3 +1,3 @@ module JekyllAdmin - VERSION = "0.4.0".freeze + VERSION = "0.4.1".freeze end diff --git a/package.json b/package.json index 6330463fd..9ce4edecd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jekyll-admin", - "version": "0.4.0", + "version": "0.4.1", "description": "Admin Panel for Jekyll", "private": true, "scripts": { diff --git a/src/constants/index.js b/src/constants/index.js index d84a9bf65..e1247ae52 100644 --- a/src/constants/index.js +++ b/src/constants/index.js @@ -1,2 +1,2 @@ -export const VERSION = 'v0.4.0'; +export const VERSION = 'v0.4.1'; export const ADMIN_PREFIX = '/admin';