Skip to content

Commit

Permalink
Update to v0.4.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
halu5071 committed Jan 11, 2019
1 parent 7f86904 commit 9c39712
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ buildscript {
}
dependencies {
compile "io.moatwel.crypto:eddsa:0.3.4-alpha"
compile "io.moatwel.crypto:eddsa:0.4.0-beta"
}
```

Expand All @@ -106,7 +106,7 @@ dependencies {
<dependency>
<groupId>io.moatwel.crypto</groupId>
<artifactId>eddsa</artifactId>
<version>0.3.4-alpha</version>
<version>0.4.0-beta</version>
<type>pom</type>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions eddsa/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'com.jfrog.bintray'

group = 'io.moatwel.crypto'
archivesBaseName = 'eddsa'
version = '0.3.4-alpha'
version = '0.4.0-beta'
description = 'Edwards is a crypto library for Edwards-curve Digital Signature Algorithm (EdDSA) written in pure Java. '

def powermock_version = '1.7.4'
Expand Down Expand Up @@ -91,7 +91,7 @@ publishing {
artifact javadocJar
groupId 'io.moatwel.crypto'
artifactId 'eddsa'
version '0.3.4-alpha'
version '0.4.0-beta'
pom.withXml {
def root = asNode()
root.appendNode('description', project.description)
Expand Down

0 comments on commit 9c39712

Please sign in to comment.