Skip to content

Commit

Permalink
Release v0.10.1 (#592)
Browse files Browse the repository at this point in the history
* Bump versions

* Update snapshots
  • Loading branch information
mertkahyaoglu committed Mar 29, 2020
1 parent bd99f13 commit 64d92e0
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.0"
VERSION = "0.10.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.10.0",
"version": "0.10.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.10.0
0.10.1
</span>
</div>
`;
Expand Down Expand Up @@ -55,7 +55,7 @@ exports[`Containers::Header renders placeholder title 1`] = `
className="version"
>
v
0.10.0
0.10.1
</span>
</div>
`;

0 comments on commit 64d92e0

Please sign in to comment.