Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustNagro committed Mar 22, 2021
1 parent 2c84679 commit c04cd43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ A modern Scala.js library for building user interfaces. Shaka has
Checkout the [docs](https://getshaka.org), [ScalaDoc](/), generate a starter project:

```
sbt new augustnagro/shaka.g8
sbt new getshaka-org/shaka.g8
// or, for a JVM/JS Cross-Project
sbt new augustnagro/shaka-crossproject.g8
sbt new getshaka-org/shaka-crossproject.g8
```

Or, grab the maven coordinates directly:
Or, grab the coordinates directly:

```
libraryDependencies ++= "org.getshaka" %%% "shaka" % "0.1.0"
libraryDependencies ++= "org.getshaka" %%% "shaka" % "0.2.0"
```
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lazy val root = project
.settings(
organization := "org.getshaka",
name := "shaka",
version := "0.1.1-SNAPSHOT",
version := "0.2.0",
versionScheme := Some("early-semver"),

scalaVersion := "3.0.0-RC1",
Expand Down

0 comments on commit c04cd43

Please sign in to comment.