Skip to content

Commit

Permalink
release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chandu0101 committed Feb 2, 2016
1 parent d092a14 commit 5684b3c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@ Sri (Scala React interface) is a scalajs library to build truly native cross pla
Use this module to build iOS/Android mobile applications:

```scala
libraryDependencies += "com.github.chandu0101.sri" %%% "mobile" % "0.2.0"
libraryDependencies += "com.github.chandu0101.sri" %%% "mobile" % "0.3.0"
```

#Web
Use this module to build browser based applications:

```scala
libraryDependencies += "com.github.chandu0101.sri" %%% "web" % "0.2.0"
libraryDependencies += "com.github.chandu0101.sri" %%% "web" % "0.3.0"
```

#Relay
Use this module to add relay support to your applications:
```scala
libraryDependencies += "com.github.chandu0101.sri" %%% "relay" % "0.2.0"
libraryDependencies += "com.github.chandu0101.sri" %%% "relay" % "0.3.0"
```
#Documentation
- [Sri Internals](/docs/SriInternals.md)
Expand Down
4 changes: 2 additions & 2 deletions changelog/CHANGE_LOG_0.3.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ChangeLog 0.3.0(WIP)
# ChangeLog 0.3.0


# Universal
Expand All @@ -7,7 +7,7 @@

# Mobile

Added `fastOptMobile` task, but we need [this one line fix](https://github.com/facebook/react-native/pull/4830/files) for now - @mariussoutier
Added `fastOptMobile` task, but we need [this one line fix](https://github.com/facebook/react-native/pull/4830/files) for now - @mariussoutier thanks alot for the fix :)

Upgrade to react-native [0.19.0](https://github.com/facebook/react-native/releases/tag/v0.19.0)

Expand Down
4 changes: 3 additions & 1 deletion docs/ReleaseCheckList.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@

* [ ] update app templates

* [ ] remove SNAPSHOT tags
* [ ] remove SNAPSHOT tags

* [ ] update version numbers of modules in README
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ object Sri extends Build {
lazy val commonSettings =
Seq(
organization := "com.github.chandu0101.sri",
version := "0.3.0-SNAPSHOT",
version := "0.3.0",
homepage := Some(url("https://github.com/chandu0101/sri")),
licenses +=("Apache-2.0", url("http://opensource.org/licenses/Apache-2.0")),
scalaVersion := Scala211,
Expand Down

0 comments on commit 5684b3c

Please sign in to comment.