Skip to content

Commit

Permalink
V1.01
Browse files Browse the repository at this point in the history
  • Loading branch information
ccarpenter04 committed Jun 6, 2016
1 parent 426229b commit 64cbe3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Unsigned-Integers [![Release](https://jitpack.io/v/ccarpenter04/Unsigned-Integers.svg)](https://jitpack.io/#ccarpemter04/Unsigned-Integers)
A library for working with unsigned integers in java.
A library for working with unsigned integers in java 7 and above.

Includes unsigned integer classes that are instances of java.lang.Number such as UnsignedByte, UnsignedShort, UnsignedInteger, and UnsignedLong.

Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@

<groupId>com.github.ccarpenter04</groupId>
<artifactId>UnsignedIntegers</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<packaging>jar</packaging>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 64cbe3b

Please sign in to comment.