Skip to content

Commit

Permalink
[skip-ci] bump version to 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilushkanama committed Aug 31, 2020
1 parent ee5b381 commit bf7b5d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
test:
runs-on: macos-10.15
if: "! contains(toJSON(github.event.commits.*.message), '[skip-ci]')"

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion xcode-archive-cache.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "xcode-archive-cache"
spec.version = "0.0.10.pre.2"
spec.version = "0.0.10"
spec.files = Dir.glob("lib/**/*")
spec.executables = "xcode-archive-cache"
spec.authors = "Ilya Dyakonov"
Expand Down

0 comments on commit bf7b5d4

Please sign in to comment.