Skip to content

Commit

Permalink
0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bglw committed Apr 12, 2022
1 parent 1b06349 commit 044187c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 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.1)
jekyll-pagebreak (0.9.2)
jekyll (>= 3.7, < 5.0)

GEM
Expand All @@ -11,18 +11,18 @@ GEM
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.2)
colorator (1.1.0)
concurrent-ruby (1.1.9)
concurrent-ruby (1.1.10)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.15.5)
forwardable-extended (2.6.0)
http_parser.rb (0.8.0)
i18n (1.9.1)
i18n (1.10.0)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.4)
jekyll (4.2.1)
jekyll (4.2.2)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
Expand All @@ -37,11 +37,11 @@ GEM
rouge (~> 3.0)
safe_yaml (~> 1.0)
terminal-table (~> 2.0)
jekyll-sass-converter (2.1.0)
jekyll-sass-converter (2.2.0)
sassc (> 2.0.1, < 3.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.3.1)
kramdown (2.3.2)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
Expand All @@ -56,7 +56,7 @@ GEM
pathutil (0.16.2)
forwardable-extended (~> 2.6)
powerpack (0.1.3)
public_suffix (4.0.6)
public_suffix (4.0.7)
rainbow (3.0.0)
rake (13.0.6)
rb-fsevent (0.11.1)
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.1"
VERSION = "0.9.2"
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.1"
version = "0.9.2"
edition = "2021"
license = "MIT"

Expand Down

0 comments on commit 044187c

Please sign in to comment.