Skip to content

Commit

Permalink
Bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skeet70 committed May 30, 2019
1 parent 1ae6343 commit 32a710e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ matrix:
branches:
only:
- master
- /^v\d+\.\d+\.\d+/

before_install:
- openssl aes-256-cbc -K $encrypted_487cf28eaba8_key -iv $encrypted_487cf28eaba8_iv
Expand All @@ -36,9 +37,9 @@ script:
- "./.travis_scripts/cross-test.sh"

# upload libs to github release. runs a release build first
before_deploy: ./.travis_scripts/build-release.sh
deploy:
skip_cleanup: true
before_deploy: ./.travis_scripts/build_release.sh
provider: releases
api-key:
secure: "byBjVIn1BA2Thk2ksKsj87b1WvLsF4Td+DfAZVH+N4cFRowdm8f9boBgLp24DcvIzWjaBHSKzhrqe0ACaInEhMEC6K8xfkZrwd4k8/2yDNkrTnzQcjrEF0FKxvAakoQwnYPQGpnbpzDhfKf5PhtpAVHmrJAnxx6E7HzaS+/EX98F1rAd4zcq84ih8tksp2G97aQcniEEozNJHrKfjo03dt48m8seRx3LNOO0TMogPz59y+9FB8YJeEGlfTb0hD2jC7VMZ0ULbLM3BzijOaKa3OitRkST9w06VdMxdgLrVDlf1Eeej5kaZL32G+cyaRUSaPNqjoSZezI+AWqBuJaAT+o+TzrwmJMU2RSkP/3zZXBN3dwkWF3ilDTwxygsfDhkhppC/En+4PtqFzO6odWCS8ttywUAMQvBWwgByzW8GM+vV4MoBvGGZYxZogu9sURxZiW5JvrfFsNJ2BuhbA/3gDpbfB5BmNXQ78KApirwqLXAcVXc1S3QfP3TUhWe2tAeHsRT3bOpVAKRAWBrbg4xmMNoTlEg6Op6kScqS86VVnKxHKDoU7dC68bdzm/+tXUiFxWA9LmYHqt5jxiGuZF8UZLEBaj9Xx7MByXwJkyEy/WmcxPMuP4Thwpz36yMuXC7Uf9GcHTkwR5DOAPolATLF4p5fnI8xuQn/gTIxC5TOoQ="
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ironoxide-java"
version = "0.1.0"
version = "0.2.1"
authors = ["IronCore Labs <info at ironcorelabs.com>"]
build = "build.rs"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion tests/version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.2.1-SNAPSHOT"
version in ThisBuild := "0.2.1"

0 comments on commit 32a710e

Please sign in to comment.