Skip to content

Commit 2ec97ac

Browse files
authored
Merge pull request #69 from amatissart/bump-version
Bump version to 0.3.3
2 parents 4520961 + 3265fab commit 2ec97ac

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ matrix:
1010
- cargo test
1111
after_success:
1212
- |-
13-
[ $TRAVIS_BRANCH = master ] &&
14-
[ $TRAVIS_PULL_REQUEST = false ] &&
13+
[ "$TRAVIS_TAG" = v$(cargo run -- --version | awk '{print $2}') ] &&
1514
cargo publish --token ${CRATESIO_TOKEN}
1615
env:
1716
global:

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cosmogony"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
authors = ["Adrien Matissart <[email protected]>", "Antoine Desbordes <[email protected]>"]
55
license = "Apache-2.0"
66
repository = "https://github.com/osm-without-borders/cosmogony"

0 commit comments

Comments
 (0)