Skip to content

Commit 6a3c5fa

Browse files
committed
Released as v0.4.0-pre2
1 parent fe0b6aa commit 6a3c5fa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ trait MyObject extends js.Object {
5656
To add the `Xml2js` binding to your project, add the following to your build.sbt:
5757

5858
```sbt
59-
libraryDependencies += "io.scalajs.npm" %%% "xml2js" % "0.4.0-pre1"
59+
libraryDependencies += "io.scalajs.npm" %%% "xml2js" % "0.4.0-pre2"
6060
```
6161

6262
Optionally, you may add the Sonatype Repository resolver:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import sbt._
55

66
import scala.language.postfixOps
77

8-
val scalaJsIOVersion = "0.4.0-pre1"
8+
val scalaJsIOVersion = "0.4.0-pre2"
99
val apiVersion = scalaJsIOVersion
1010
val scalaJsVersion = "2.12.1"
1111

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xml2js-sjs",
3-
"version": "0.4.0-pre1",
3+
"version": "0.4.0-pre2",
44
"private": true,
55
"dependencies": {
66
"source-map": "^0.5.6",

0 commit comments

Comments
 (0)