Skip to content

Commit 19b1fd9

Browse files
Updated project version to 0.1.1
1 parent 6a4c24c commit 19b1fd9

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

jagged-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.exceptionfactory.jagged</groupId>
99
<artifactId>jagged</artifactId>
10-
<version>0.2.0-SNAPSHOT</version>
10+
<version>0.1.1</version>
1111
</parent>
1212

1313
<name>jagged-api</name>

jagged-bech32/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.exceptionfactory.jagged</groupId>
99
<artifactId>jagged</artifactId>
10-
<version>0.2.0-SNAPSHOT</version>
10+
<version>0.1.1</version>
1111
</parent>
1212

1313
<name>jagged-bech32</name>

jagged-framework/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.exceptionfactory.jagged</groupId>
99
<artifactId>jagged</artifactId>
10-
<version>0.2.0-SNAPSHOT</version>
10+
<version>0.1.1</version>
1111
</parent>
1212

1313
<name>jagged-framework</name>

jagged-scrypt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.exceptionfactory.jagged</groupId>
99
<artifactId>jagged</artifactId>
10-
<version>0.2.0-SNAPSHOT</version>
10+
<version>0.1.1</version>
1111
</parent>
1212

1313
<name>jagged-scrypt</name>

jagged-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.exceptionfactory.jagged</groupId>
99
<artifactId>jagged</artifactId>
10-
<version>0.2.0-SNAPSHOT</version>
10+
<version>0.1.1</version>
1111
</parent>
1212

1313
<name>jagged-test</name>

jagged-x25519/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.exceptionfactory.jagged</groupId>
99
<artifactId>jagged</artifactId>
10-
<version>0.2.0-SNAPSHOT</version>
10+
<version>0.1.1</version>
1111
</parent>
1212

1313
<name>jagged-x25519</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.exceptionfactory.jagged</groupId>
88
<artifactId>jagged</artifactId>
9-
<version>0.2.0-SNAPSHOT</version>
9+
<version>0.1.1</version>
1010
<packaging>pom</packaging>
1111

1212
<name>jagged</name>

0 commit comments

Comments
 (0)