We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8396b0d commit 716b9f5Copy full SHA for 716b9f5
.travis.yml
@@ -12,4 +12,4 @@ after_script:
12
after_success:
13
- gem install package_cloud
14
- bundle exec rake build
15
- - package_cloud push myles/jekyll-typogrify pkg/jekyll-typogrify-0.3.5.pre.gem
+ - package_cloud push myles/jekyll-typogrify pkg/jekyll-typogrify-0.3.5.gem
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- jekyll-typogrify (0.3.5.pre)
+ jekyll-typogrify (0.3.5)
5
titlecase
6
typogruby
7
appveyor.yml
@@ -1,4 +1,4 @@
-version: v0.3.5.pre-{branch}-{build}
+version: v0.3.5-{branch}-{build}
environment:
matrix:
lib/jekyll/typogrify/version.rb
@@ -1,5 +1,5 @@
module Jekyll
module Typogrify
- VERSION = "0.3.5.pre"
+ VERSION = "0.3.5"
end
0 commit comments