Commit c09a96a2 authored by Mygod's avatar Mygod

Bump plugin lib version

parent 1ad08c6d
* 0.0.4:
* Update support library version to 25.3.0.
* 0.0.3:
* Update support library version to 25.2.0.
* 0.0.2:
......
......@@ -36,7 +36,7 @@ First you need to add this library to your dependencies. This library is written
and it's most convenient to use it with SBT:
```scala
libraryDependencies += "com.github.shadowsocks" %% "plugin" % "0.0.2"
libraryDependencies += "com.github.shadowsocks" %% "plugin" % "0.0.4"
```
### Native binary configuration
......
......@@ -2,7 +2,7 @@ enablePlugins(AndroidLib)
android.useSupportVectors
name := "plugin"
version := "0.0.3"
version := "0.0.4-SNAPSHOT"
pomExtra in Global := {
<url>https://github.com/shadowsocks/shadowsocks-android</url>
......
......@@ -6,6 +6,6 @@
<application
android:theme="@style/Theme.Shadowsocks">
<meta-data android:name="com.github.shadowsocks.plugin.version"
android:value="0.0.2"/>
android:value="0.0.4"/>
</application>
</manifest>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment