Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
abedra committed Oct 6, 2016
1 parent e0b46c6 commit 4084d19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A CIDR processing library for Java. Supports IPv4 and IPv6 Addresses.
<dependency>
    <groupId>com.aaronbedra</groupId>
    <artifactId>orchard</artifactId>
    <version>0.1.1</version>
    <version>0.2.0</version>
</dependency>
```

Expand All @@ -28,4 +28,4 @@ if (CIDR.valueOf("1.1.1.0/24").contains("1.1.1.2")) {
import com.aaronbedra.orchard.CIDR;

int mask = CIDR.valueOf("1.1.1.0/24").getMask();
```
```
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<groupId>com.aaronbedra</groupId>
<artifactId>orchard</artifactId>
<version>0.1.1</version>
<version>0.2.0</version>

<build>
<plugins>
Expand Down

0 comments on commit 4084d19

Please sign in to comment.