Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Honza Dvorsky committed Sep 6, 2015
1 parent 83fc83b commit 0348ee2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
xcskarel (0.15.0)
xcskarel (0.16.0)
colored (= 1.2)
commander (= 4.3.5)
excon (= 0.45.4)
Expand Down
1 change: 1 addition & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ private_lane :release_github do |options|

new_release = set_github_release(
api_token: ENV['GITHUB_TOKEN'],
commitish: 'master',
repository_name: github_url,
name: [version, title].join(" - "),
tag_name: version,
Expand Down
2 changes: 1 addition & 1 deletion lib/xcskarel/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module XCSKarel
VERSION = '0.15.0'
VERSION = '0.16.0'
end

0 comments on commit 0348ee2

Please sign in to comment.