Skip to content

Commit

Permalink
0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bglw committed Feb 10, 2022
1 parent ec3c3d4 commit e6116ab
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions generator-plugins/jekyll/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
jekyll-pagebreak (0.9.0)
jekyll-pagebreak (0.9.1)
jekyll (>= 3.7, < 5.0)

GEM
Expand All @@ -19,7 +19,7 @@ GEM
ffi (1.15.5)
forwardable-extended (2.6.0)
http_parser.rb (0.8.0)
i18n (1.8.11)
i18n (1.9.1)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.4)
jekyll (4.2.1)
Expand Down Expand Up @@ -59,11 +59,11 @@ GEM
public_suffix (4.0.6)
rainbow (3.0.0)
rake (13.0.6)
rb-fsevent (0.11.0)
rb-fsevent (0.11.1)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rouge (3.27.0)
rouge (3.28.0)
rubocop (0.62.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
Expand Down
2 changes: 1 addition & 1 deletion generator-plugins/jekyll/lib/jekyll-pagebreak/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module JekyllPagebreak
VERSION = "0.9.0"
VERSION = "0.9.1"
end
2 changes: 1 addition & 1 deletion pagebreak/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pagebreak/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "pagebreak"
description = "Framework-agnostic website pagination"
homepage = "https://pagebreak.app/"
repository = "https://github.com/CloudCannon/pagebreak/"
version = "0.9.0"
version = "0.9.1"
edition = "2021"
license = "MIT"

Expand Down

0 comments on commit e6116ab

Please sign in to comment.