Skip to content

Commit

Permalink
Merge pull request #7 from celeduc/vers
Browse files Browse the repository at this point in the history
bump version to 1.1.1
  • Loading branch information
ianopolous authored Sep 4, 2017
2 parents 8bf7da8 + 857e4fd commit acb9e5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ for Maven, you can add the follwing sections to your POM.XML:
<dependency>
<groupId>com.github.multiformats</groupId>
<artifactId>java-multiaddr</artifactId>
<version>v1.1.0</version>
<version>v1.1.1</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<attribute name="Class-Path" value="${manifest_cp}"/>
<attribute name="Implementation-Vendor" value="io.ipfs"/>
<attribute name="Implementation-Title" value="multiaddr"/>
<attribute name="Implementation-Version" value="1.0.0"/>
<attribute name="Implementation-Version" value="1.1.1"/>
</manifest>
</jar>
</target>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.ipfs</groupId>
<artifactId>multiaddr</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<packaging>jar</packaging>

<name>multiaddr</name>
Expand Down

0 comments on commit acb9e5d

Please sign in to comment.