Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bglw committed Oct 18, 2021
1 parent 7bf35b2 commit 7f18129
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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.6.0.pre.alpha5)
jekyll-pagebreak (0.7.0)
jekyll (>= 3.7, < 5.0)

GEM
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.6.0-alpha6"
VERSION = "0.7.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.

4 changes: 2 additions & 2 deletions pagebreak/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name = "pagebreak"
description = "Framework-agnostic website pagination"
homepage = "https://pagebreak.app/"
repository = "https://github.com/CloudCannon/pagebreak/"
version = "0.6.0"
version = "0.7.0"
edition = "2018"
license = "MIT"

[[test]]
name = "cucumber"
harness = false # Allows Cucumber to print output instead of libtest
harness = false # Allows Cucumber to print output instead of libtest

[dependencies]
clap = "2.33.0"
Expand Down

0 comments on commit 7f18129

Please sign in to comment.