Skip to content

Commit 8d4b874

Browse files
fblundunalexanderdean
authored andcommitted
Bumped version to 0.3.0
1 parent c9ba8bb commit 8d4b874

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ There are three types of accounts supported by OER API, Unlimited, Enterprise an
2020

2121
### 2.2 Installation
2222

23-
The latest version of Scala Forex is 0.2.0, which is cross-built against Scala 2.9.3, 2.10.x and 2.11.x.
23+
The latest version of Scala Forex is 0.3.0, which is cross-built against Scala 2.9.3, 2.10.x and 2.11.x.
2424

2525
If you're using SBT, add the following lines to your build file:
2626

@@ -31,7 +31,7 @@ val oldTwitterRepo = "Twitter Maven Repo" at "http://maven.twttr.com/"
3131
val newTwitterRepo = "Sonatype" at "https://oss.sonatype.org/content/repositories/releases"
3232

3333
// Dependency
34-
val scalaForex = "com.snowplowanalytics" %% "scala-forex" % "0.2.0"
34+
val scalaForex = "com.snowplowanalytics" %% "scala-forex" % "0.3.0"
3535
```
3636

3737
Note the double percent (`%%`) between the group and artifactId. That'll ensure you get the right package for your Scala version.
@@ -405,7 +405,7 @@ limitations under the License.
405405
[travis]: https://travis-ci.org/snowplow/scala-forex
406406
[travis-image]: https://travis-ci.org/snowplow/scala-forex.png?branch=master
407407

408-
[release-image]: http://img.shields.io/badge/release-0.2.0-blue.svg?style=flat
408+
[release-image]: http://img.shields.io/badge/release-0.3.0-blue.svg?style=flat
409409
[releases]: https://github.com/snowplow/scala-forex/releases
410410

411411
[license-image]: http://img.shields.io/badge/license-Apache--2-blue.svg?style=flat

project/BuildSettings.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ object BuildSettings {
1818
// Basic settings for our app
1919
lazy val basicSettings = Seq[Setting[_]](
2020
organization := "com.snowplowanalytics",
21-
version := "0.2.0",
21+
version := "0.3.0",
2222
description := "High-performance Scala library for performing currency conversions using Open Exchange Rates",
2323
scalaVersion := "2.10.1",
2424
crossScalaVersions := Seq("2.9.3", "2.10.1", "2.11.5"),

0 commit comments

Comments
 (0)