Skip to content

Commit

Permalink
Set release version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maesenka committed May 8, 2019
1 parent 7706811 commit 84dd8f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Observables are returned, and a number of best practices in RESTful integration

# Upgrade to AHC 2

This version of RxHttpClient uses AHC 2.6. This implies a number of minor API changes w.r.t to the 0.x versions.
This version of RxHttpClient uses AHC 2.8.x. This implies a number of minor API changes w.r.t to the 0.x versions.

API Changes:

Expand Down
2 changes: 1 addition & 1 deletion project/BuildSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object BuildSettings {

val Organization = "be.wegenenverkeer"

val Version = "2.0.0"
val Version = "1.0.0"

val ScalaVersion = "2.12.8"
val ScalaBuildOptions = Seq("-unchecked", "-deprecation", "-feature",
Expand Down

0 comments on commit 84dd8f5

Please sign in to comment.