Skip to content

Commit

Permalink
Version 2.1.0 (#314)
Browse files Browse the repository at this point in the history
* Version 2.1.0

* Update ruby version to 3.1.x
  • Loading branch information
DmitriyKirakosyan authored Apr 5, 2023
1 parent b81e9f3 commit cc2cf37
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.3
3.1.3
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# os: osx # enable this if you need macOS support
language: ruby
rvm:
- 3.0.3
- 3.1.3
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pool:
steps:
- task: UseRubyVersion@0
inputs:
versionSpec: '2.6.x'
versionSpec: '3.1.x'

- task: Bash@3
inputs:
Expand Down
2 changes: 1 addition & 1 deletion lib/fastlane/plugin/appcenter/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Fastlane
module Appcenter
VERSION = "2.0.0"
VERSION = "2.1.0"
end
end

0 comments on commit cc2cf37

Please sign in to comment.