We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43e8839 commit b105795Copy full SHA for b105795
3 files changed
lib/jekyll-admin/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module JekyllAdmin
4
- VERSION = "0.11.0"
+ VERSION = "0.11.1"
5
end
package.json
@@ -1,6 +1,6 @@
{
"name": "jekyll-admin",
- "version": "0.11.0",
+ "version": "0.11.1",
"description": "Admin Panel for Jekyll",
"private": true,
6
"scripts": {
src/containers/tests/__snapshots__/header.spec.js.snap
@@ -25,7 +25,7 @@ exports[`Containers::Header renders correctly 1`] = `
25
className="version"
26
>
27
v
28
- 0.11.0
+ 0.11.1
29
</span>
30
</div>
31
`;
@@ -55,7 +55,7 @@ exports[`Containers::Header renders placeholder title 1`] = `
55
56
57
58
59
60
61
0 commit comments