Skip to content

Commit

Permalink
[CI][NONE] - 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fsanaulla committed Jul 24, 2019
1 parent 39ff219 commit e7ba1fc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- stage: deploy_2.13
script: "./scripts/publish.sh $TRAVIS_SCALA_VERSION"
name: Deploying scala 2.13.0 artifacts
scala: 2.12.8
scala: 2.13.0
- stage: release
script: chmod 777 scripts/release.sh && ./scripts/release.sh
scala: 2.12.8
Expand Down
5 changes: 5 additions & 0 deletions changelog/0.2.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
No issues included.
Fixing travis deployment

Contributors:
- @fsanaulla
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.2.1"
version in ThisBuild := "0.2.2"

0 comments on commit e7ba1fc

Please sign in to comment.