Skip to content

Commit

Permalink
Merge branch 'release/0.1.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrandl committed Jul 15, 2018
2 parents 811ff79 + d87cbf9 commit 8dd1a1b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions ci/before_deploy.sh
Expand Up @@ -3,13 +3,13 @@
set -ex

main() {
local src=$(pwd) \
stage=$src/deploy
local src=$(pwd)
local stage=$src/deploy

mkdir -p $deploy
mkdir -p $stage

cp target/x86_64-unknown-linux-musl/release/bind9-api $stage/bind9-api-${TRAVIS-TAG:1}-x86_64-musl
cp target/x86_64-unknown-linux-musl/release/bind9-api-client $stage/bind9-api-client-${TRAVIS-TAG:1}-x86_64-musl
cp target/x86_64-unknown-linux-musl/release/bind9-api $stage/bind9-api-${TRAVIS_TAG:1}-x86_64-musl
cp target/x86_64-unknown-linux-musl/release/bind9-api-client $stage/bind9-api-client-${TRAVIS_TAG:1}-x86_64-musl
}

main
2 changes: 1 addition & 1 deletion client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bind9-api-client"
version = "0.1.2"
version = "0.1.3"
authors = ["Valentin Brandl <vbrandl@riseup.net>"]
description = "Client for the BIND9 API"
license = "MIT/Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bind9-api"
version = "0.1.2"
version = "0.1.3"
authors = ["Valentin Brandl <vbrandl@riseup.net>"]
description = "Web API to create, update and remove DNS entries in bind9"
license = "MIT/Apache-2.0"
Expand Down

0 comments on commit 8dd1a1b

Please sign in to comment.