Skip to content

Commit 3c87187

Browse files
committed
release 0.5.1
1 parent 3088088 commit 3c87187

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/jekyll-admin/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module JekyllAdmin
2-
VERSION = "0.5.0".freeze
2+
VERSION = "0.5.1".freeze
33
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jekyll-admin",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Admin Panel for Jekyll",
55
"private": true,
66
"scripts": {

src/constants/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export const VERSION = 'v0.5.0';
1+
export const VERSION = 'v0.5.1';
22
export const ADMIN_PREFIX = '/admin';

0 commit comments

Comments
 (0)