Skip to content

Commit

Permalink
Bump 💎 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmaroli committed Sep 11, 2022
1 parent 43e8839 commit b105795
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.11.0"
VERSION = "0.11.1"
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.11.0",
"version": "0.11.1",
"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.11.0
0.11.1
</span>
</div>
`;
Expand Down Expand Up @@ -55,7 +55,7 @@ exports[`Containers::Header renders placeholder title 1`] = `
className="version"
>
v
0.11.0
0.11.1
</span>
</div>
`;

0 comments on commit b105795

Please sign in to comment.