Skip to content

Commit 716b9f5

Browse files
committed
🔖 Release a new version of Jekyll:Typogify.
1 parent 8396b0d commit 716b9f5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ after_script:
1212
after_success:
1313
- gem install package_cloud
1414
- bundle exec rake build
15-
- package_cloud push myles/jekyll-typogrify pkg/jekyll-typogrify-0.3.5.pre.gem
15+
- package_cloud push myles/jekyll-typogrify pkg/jekyll-typogrify-0.3.5.gem

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
jekyll-typogrify (0.3.5.pre)
4+
jekyll-typogrify (0.3.5)
55
titlecase
66
typogruby
77

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: v0.3.5.pre-{branch}-{build}
1+
version: v0.3.5-{branch}-{build}
22

33
environment:
44
matrix:

lib/jekyll/typogrify/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Jekyll
22
module Typogrify
3-
VERSION = "0.3.5.pre"
3+
VERSION = "0.3.5"
44
end
55
end

0 commit comments

Comments
 (0)