Skip to content

Commit 8db6878

Browse files
authored
Merge pull request #12 from Abductcows/dev
increment version
2 parents 4ba6e6f + adf09d2 commit 8db6878

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

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

88
<groupId>gr.geompokon</groupId>
99
<artifactId>bit-array</artifactId>
10-
<version>1.0.2</version>
10+
<version>1.0.3</version>
1111

1212
<name>BitArray</name>
1313
<description>Java List of Booleans class with reduced memory usage and higher performance</description>

src/main/java/gr/geompokon/bitarray/BitArray.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
* not follow the one bit per entry principle.
5353
* </p>
5454
*
55-
* @version 1.0.2
55+
* @version 1.0.3
5656
* @see java.util.List
5757
* @see java.util.AbstractList
5858
* @see java.util.ArrayList

0 commit comments

Comments
 (0)