Skip to content

Commit

Permalink
Released as v0.3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ldaniels528 committed Mar 22, 2017
1 parent a7a1048 commit 0f9a38e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ trait MyObject extends js.Object {
To add the `Xml2js` binding to your project, add the following to your build.sbt:

```sbt
libraryDependencies += "io.scalajs.npm" %%% "xml2js" % "0.4.17-3"
libraryDependencies += "io.scalajs.npm" %%% "xml2js" % "0.4.17-4"
```

Optionally, you may add the Sonatype Repository resolver:
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import sbt._

import scala.language.postfixOps

val apiVersion = "0.4.17-3"
val scalaJsIOVersion = "0.3.0.7"
val apiVersion = "0.4.17-4"
val scalaJsIOVersion = "0.3.0.8"
val scalaJsVersion = "2.12.1"

homepage := Some(url("https://github.com/scalajs.io/xml2js"))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xml2js-sjs",
"version": "0.4.17-3",
"version": "0.4.17-4",
"private": true,
"dependencies": {
"source-map": "^0.5.6",
Expand Down

0 comments on commit 0f9a38e

Please sign in to comment.