From 96db24385c460fc36890333d424bf4eb0ae20bb6 Mon Sep 17 00:00:00 2001 From: halu5071 Date: Fri, 11 Jan 2019 01:36:24 +0900 Subject: [PATCH] Update to version 0.3.3-alpha --- README.md | 4 ++-- eddsa/build.gradle | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ac9fe3e..11b639d 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ buildscript { } dependencies { - compile "io.moatwel.crypto:eddsa:0.3.2-alpha" + compile "io.moatwel.crypto:eddsa:0.3.3-alpha" } ``` @@ -95,7 +95,7 @@ dependencies { io.moatwel.crypto eddsa - 0.3.2-alpha + 0.3.3-alpha pom ``` diff --git a/eddsa/build.gradle b/eddsa/build.gradle index ed6b74a..5849741 100644 --- a/eddsa/build.gradle +++ b/eddsa/build.gradle @@ -5,7 +5,7 @@ apply plugin: 'com.jfrog.bintray' group = 'io.moatwel.crypto' archivesBaseName = 'eddsa' -version = '0.3.2-alpha' +version = '0.3.3-alpha' description = 'Edwards is a crypto library for Edwards-curve Digital Signature Algorithm (EdDSA) written in pure Java. ' def powermock_version = '1.7.4' @@ -91,7 +91,7 @@ publishing { artifact javadocJar groupId 'io.moatwel.crypto' artifactId 'eddsa' - version '0.3.2-alpha' + version '0.3.3-alpha' pom.withXml { def root = asNode() root.appendNode('description', project.description)