Skip to content

Commit a5a1dcc

Browse files
author
Kelvin Wijaya
committed
Updated version.no (1.0.1) for Issue #!
1 parent 82d55bd commit a5a1dcc

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22

33
## Added
44
### V1.0-SNAPSHOT
5-
+ Initial release with HMAC256 and RSA256 signing utility
5+
+ Initial release with HMAC256 and RSA256 signing utility
6+
### V1.0.1-SNAPSHOT
7+
+ Enhancement for Issue #1 - ApiList sorting is not based on key first then value

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id 'com.github.kt3k.coveralls' version '2.6.3'
55
}
66

7-
version '1.0-SNAPSHOT'
7+
version '1.0.1-SNAPSHOT'
88

99
tasks.withType(JavaCompile) {
1010
options.encoding = "UTF-8"

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.api.util</groupId>
44
<artifactId>ApiSecurity</artifactId>
5-
<version>1.0-SNAPSHOT</version>
5+
<version>1.0.1-SNAPSHOT</version>
66
<build>
77
<plugins>
88
<plugin>

0 commit comments

Comments
 (0)