Skip to content

Commit

Permalink
fix 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Ring committed Jun 16, 2016
1 parent 4ef4b6a commit 4948063
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ deploy:
user: martinring
key:
secure: o6MheZEOgotRHQ9JIZcJG6aAnT5V2IdOVV3EE1dnWZLxiUGCnnBh1eyanuegUYXcuEoJ03C8urNf0rDQO0LvLW8G88D1GKJFYgGYD2rfnHKMC79y7k80yBKHtRlQwPXG10MoamdeDARGRN8c3Xy1ZAHhwfXJ/iL7zR3Y6B1Drpls0kI2nAjuEa6/dpSarfQmmF/0ngSOcIShU4yKlJ3jeqVEc+UqSFze2SFuhOwWillZlv/M5EjPZl9ukTZE1C3+udRv+a8kVdsF5rFBfKY9dR2VKVOBhs8OyiUCUbDdfYbC/pPbwSy6qJhfLnb0c4j9KtEcunfX4StLvSRB1s2h6pEdBpjwwyOrEHyg6gqOe6bFpVrXOoJ2w81d+0z3CHGOLJO5zd+Gh16JOcitJ9XYa5Dm+E9c5tap/h5rbT3UFHAqxNN5UCQHhnZ2hn6w0VCMGyeaEOxzcsX6OCkZIeQoARz17sNiWGshNDyBq2NUQqdDLOlhd0OSWPdvuu/47IGQ8wzL0sQFXFVVJPU6c8/Vn8MxT4SVOPfI/+yR5oLBfZnjISO0678zM8uBxHOsbAfF0jRmJJQ1o0JL8AMyt7u7Dd7FzCQ4zwwv0Hf73uu49g28v80EwYcvifaT1QiqOeC2dJ10ORT1TsLs48m+ctdLIcoTU6Vf1m+gL8MLiDGMPt4=
file: .bintray-rpm.yml
file: .bintray-rpm.json
skip_cleanup: true
on:
tags: true
Expand All @@ -34,7 +34,7 @@ deploy:
user: martinring
key:
secure: o6MheZEOgotRHQ9JIZcJG6aAnT5V2IdOVV3EE1dnWZLxiUGCnnBh1eyanuegUYXcuEoJ03C8urNf0rDQO0LvLW8G88D1GKJFYgGYD2rfnHKMC79y7k80yBKHtRlQwPXG10MoamdeDARGRN8c3Xy1ZAHhwfXJ/iL7zR3Y6B1Drpls0kI2nAjuEa6/dpSarfQmmF/0ngSOcIShU4yKlJ3jeqVEc+UqSFze2SFuhOwWillZlv/M5EjPZl9ukTZE1C3+udRv+a8kVdsF5rFBfKY9dR2VKVOBhs8OyiUCUbDdfYbC/pPbwSy6qJhfLnb0c4j9KtEcunfX4StLvSRB1s2h6pEdBpjwwyOrEHyg6gqOe6bFpVrXOoJ2w81d+0z3CHGOLJO5zd+Gh16JOcitJ9XYa5Dm+E9c5tap/h5rbT3UFHAqxNN5UCQHhnZ2hn6w0VCMGyeaEOxzcsX6OCkZIeQoARz17sNiWGshNDyBq2NUQqdDLOlhd0OSWPdvuu/47IGQ8wzL0sQFXFVVJPU6c8/Vn8MxT4SVOPfI/+yR5oLBfZnjISO0678zM8uBxHOsbAfF0jRmJJQ1o0JL8AMyt7u7Dd7FzCQ4zwwv0Hf73uu49g28v80EwYcvifaT1QiqOeC2dJ10ORT1TsLs48m+ctdLIcoTU6Vf1m+gL8MLiDGMPt4=
file: .bintray-deb.yml
file: .bintray-deb.json
skip_cleanup: true
on:
tags: true
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1.1-SNAPSHOT
1.0.4
1.0.4
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cancelable in Global := true

val commonSettings = Seq(
scalaVersion := "2.11.8",
version := "1.0.3",
version := "1.0.4",
maintainer := "Martin Ring",
organization := "net.flatmap",
scalacOptions ++= Seq("-deprecation","-feature")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import better.files._
* Created by martin on 03.02.16.
*/
object Cobra extends App {
val version = "1.0.3"
val version = "1.0.4"

private def assume(cond: Boolean, msg: String) = if (!cond) {
println("failed to initialize: " + msg)
Expand Down

0 comments on commit 4948063

Please sign in to comment.