Skip to content

Commit

Permalink
Version bump for new gem
Browse files Browse the repository at this point in the history
  • Loading branch information
sverrirs committed Jan 11, 2018
1 parent ebdd42f commit 76ec2da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions examples/01-typicalblog/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ paginate: nil
paginate_path: nil

# Pagination Settings
pagination:
offpagination:
enabled: true
per_page: 3
permalink: '/page/:num/'
Expand All @@ -51,5 +51,5 @@ pagination:
# Old jekyll-paginate pagination logic
# Uncomment thew two entries below to demonstrate how this new gem
# retains backwards compatibility with the old pagination logic
#paginate: 3
#paginate_path: "/legacy/page:num/"
paginate: 3
paginate_path: "/legacy/page:num/"
4 changes: 2 additions & 2 deletions lib/jekyll-paginate-v2/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module Jekyll
module PaginateV2
VERSION = "1.9.0"
VERSION = "1.9.1"
# When modifying remember to issue a new tag command in git before committing, then push the new tag
# git tag -a v1.9.0 -m "Gem v1.9.0"
# git tag -a v1.9.1 -m "Gem v1.9.1"
# git push origin --tags
# Yanking a published Gem
# gem yank jekyll-paginate-v2 -v VERSION
Expand Down

0 comments on commit 76ec2da

Please sign in to comment.