Skip to content

Commit 06978eb

Browse files
Update to v1.0.2
1 parent f72e331 commit 06978eb

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Given a version number MAJOR.MINOR.PATCH, increment:
1313

1414

1515
## [Unreleased]
16+
17+
## [1.0.2] - 2021-11-09
1618
### Fixed
1719
- point at infinity verification in signature and public key
1820

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In pom.xml:
1313
<dependency>
1414
<groupId>com.starkbank</groupId>
1515
<artifactId>starkbank-ecdsa</artifactId>
16-
<version>1.0.1</version>
16+
<version>1.0.2</version>
1717
</dependency>
1818
```
1919

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group 'com.starkbank.ellipticcurve'
6-
version '1.0.1'
6+
version '1.0.2'
77

88
sourceCompatibility = 1.7
99

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.starkbank</groupId>
55
<artifactId>ecdsa-java</artifactId>
6-
<version>1.0.1</version>
6+
<version>1.0.2</version>
77
<properties>
88
<maven.compiler.source>1.7</maven.compiler.source>
99
<maven.compiler.target>1.7</maven.compiler.target>

0 commit comments

Comments
 (0)