Skip to content

Commit

Permalink
Release 💎 v0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmaroli committed Jul 2, 2020
1 parent 3042a3d commit 7eaa12e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/jekyll-admin/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module JekyllAdmin
VERSION = "0.10.1"
VERSION = "0.10.2"
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jekyll-admin",
"version": "0.10.1",
"version": "0.10.2",
"description": "Admin Panel for Jekyll",
"private": true,
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/containers/tests/__snapshots__/header.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ exports[`Containers::Header renders correctly 1`] = `
className="version"
>
v
0.10.1
0.10.2
</span>
</div>
`;
Expand Down Expand Up @@ -55,7 +55,7 @@ exports[`Containers::Header renders placeholder title 1`] = `
className="version"
>
v
0.10.1
0.10.2
</span>
</div>
`;

0 comments on commit 7eaa12e

Please sign in to comment.