Skip to content

Commit

Permalink
0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bglw committed Nov 30, 2021
1 parent e5f733f commit 4143168
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 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.7.0)
jekyll-pagebreak (0.8.0)
jekyll (>= 3.7, < 5.0)

GEM
Expand All @@ -12,14 +12,14 @@ GEM
ast (2.4.2)
colorator (1.1.0)
concurrent-ruby (1.1.9)
em-websocket (0.5.2)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.15.4)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (1.8.10)
http_parser.rb (0.8.0)
i18n (1.8.11)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.4)
jekyll (4.2.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.7.0"
VERSION = "0.8.0"
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.7.0"
version = "0.8.0"
edition = "2021"
license = "MIT"

Expand Down

0 comments on commit 4143168

Please sign in to comment.