Skip to content

Commit

Permalink
Release 💎 v0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyF committed Feb 3, 2018
1 parent e38dcf1 commit b81a76d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion History.markdown
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## HEAD
## 0.14.0 / 2018-02-03

### Development Fixes

Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ relative_permalinks: false
permalink: /news/:year/:month/:day/:title/
excerpt_separator: ""
repository: https://github.com/jekyll/jekyll-import
latest_release: 0.13.0
latest_release: 0.14.0

collections:
docs:
Expand Down
2 changes: 1 addition & 1 deletion jekyll-import.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Gem::Specification.new do |s|

# development dependencies
s.add_development_dependency("activesupport", "~> 4.2")
s.add_development_dependency("rake", "~> 10.1.0")
s.add_development_dependency("rake", "~> 12.0")
s.add_development_dependency("rdoc", "~> 4.0.0")

# test dependencies:
Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll-import/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module JekyllImport
VERSION = "0.13.0".freeze
VERSION = "0.14.0".freeze
end

0 comments on commit b81a76d

Please sign in to comment.