Skip to content

Commit e6116ab

Browse files
author
Liam Bigelow
committed
0.9.1
1 parent ec3c3d4 commit e6116ab

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

generator-plugins/jekyll/Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
jekyll-pagebreak (0.9.0)
4+
jekyll-pagebreak (0.9.1)
55
jekyll (>= 3.7, < 5.0)
66

77
GEM
@@ -19,7 +19,7 @@ GEM
1919
ffi (1.15.5)
2020
forwardable-extended (2.6.0)
2121
http_parser.rb (0.8.0)
22-
i18n (1.8.11)
22+
i18n (1.9.1)
2323
concurrent-ruby (~> 1.0)
2424
jaro_winkler (1.5.4)
2525
jekyll (4.2.1)
@@ -59,11 +59,11 @@ GEM
5959
public_suffix (4.0.6)
6060
rainbow (3.0.0)
6161
rake (13.0.6)
62-
rb-fsevent (0.11.0)
62+
rb-fsevent (0.11.1)
6363
rb-inotify (0.10.1)
6464
ffi (~> 1.0)
6565
rexml (3.2.5)
66-
rouge (3.27.0)
66+
rouge (3.28.0)
6767
rubocop (0.62.0)
6868
jaro_winkler (~> 1.5.1)
6969
parallel (~> 1.10)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module JekyllPagebreak
4-
VERSION = "0.9.0"
4+
VERSION = "0.9.1"
55
end

pagebreak/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pagebreak/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "pagebreak"
33
description = "Framework-agnostic website pagination"
44
homepage = "https://pagebreak.app/"
55
repository = "https://github.com/CloudCannon/pagebreak/"
6-
version = "0.9.0"
6+
version = "0.9.1"
77
edition = "2021"
88
license = "MIT"
99

0 commit comments

Comments
 (0)