Skip to content

Commit f755ebe

Browse files
authored
Merge pull request #16 from changvvb/relase-0.2.0
Release 0.2.0
2 parents 6676ac5 + cdfb9af commit f755ebe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
### Import to your project
1313
sbt (for `2.12` and `2.13`. If you need more, just submit a issue or PR)
1414
```scala
15-
libraryDependencies += "com.github.changvvb" %% "scala-protobuf-java" % "0.1.1"
15+
libraryDependencies += "com.github.changvvb" %% "scala-protobuf-java" % "0.2.0"
1616
```
1717
maven
1818
```xml

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "0.1.2-SNAPSHOT"
1+
version in ThisBuild := "0.2.0"

0 commit comments

Comments
 (0)