Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
AsamK committed Jul 18, 2016
1 parent 0f0d8a8 commit 031422b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ targetCompatibility = JavaVersion.VERSION_1_7

mainClassName = 'org.asamk.signal.Main'

version = '0.4.0'
version = '0.4.1'

compileJava.options.encoding = 'UTF-8'

Expand All @@ -18,7 +18,7 @@ repositories {
}

dependencies {
compile 'org.whispersystems:signal-service-java:2.1.1fetchMessages_provisioning'
compile 'org.whispersystems:signal-service-java:2.1.1b_fetchMessages_provisioning'
compile 'org.bouncycastle:bcprov-jdk15on:1.54'
compile 'net.sourceforge.argparse4j:argparse4j:0.7.0'
compile 'org.freedesktop.dbus:dbus-java:2.7.0'
Expand Down

0 comments on commit 031422b

Please sign in to comment.