Skip to content

Commit 5e20d9b

Browse files
committed
v1.0.5
1 parent 10bbbf0 commit 5e20d9b

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Add the following dependency to your `pom.xml`:
2525
<dependency>
2626
<groupId>com.appxiom.ax.tuple</groupId>
2727
<artifactId>ax-tuple</artifactId>
28-
<version>1.0.4</version>
28+
<version>1.0.5</version>
2929
</dependency>
3030
```
3131

pom.xml

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

77
<groupId>com.appxiom.ax.tuple</groupId>
88
<artifactId>ax-tuple</artifactId>
9-
<version>1.0.4</version>
9+
<version>1.0.5</version>
1010

1111
<distributionManagement>
1212
<repository>

src/main/java/com/appxiom/ax/tuple/NamedTuple.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* A named tuple implementation for Java that stores elements as key-value pairs using a Map.
33
*
44
* @author Robin Panicker
5-
* @version 1.0.4
5+
* @version 1.0.5
66
* @since 0.1.0
77
*
88
*/

src/main/java/com/appxiom/ax/tuple/Tuple.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* A simple immutable Tuple implementation for Java that can hold an arbitrary number of elements.
33
*
44
* @author Robin Panicker
5-
* @version 1.0.4
5+
* @version 1.0.5
66
* @since 0.1.0
77
*/
88
package com.appxiom.ax.tuple;

src/test/java/com/appxiom/ax/tuple/test/NamedTupleTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/**
1212
* Unit tests for the NamedTuple class.
1313
*
14-
* @version 1.0.4
14+
* @version 1.0.5
1515
* @since 0.1.0
1616
*/
1717
public class NamedTupleTest {

src/test/java/com/appxiom/ax/tuple/test/TupleTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/**
1212
* Unit tests for the Tuple class.
1313
*
14-
* @version 1.0.4
14+
* @version 1.0.5
1515
* @since 0.1.0
1616
*/
1717
public class TupleTest {

0 commit comments

Comments
 (0)