Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/hakurai/backlog4j into d…
Browse files Browse the repository at this point in the history
…evelop
  • Loading branch information
eguchi committed Nov 14, 2014
2 parents 01ec294 + d86f915 commit 77c5eee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -9,12 +9,12 @@ backlog4j is a Java library for Backlog API.
<dependency>
<groupId>org.backlog4j</groupId>
<artifactId>backlog4j</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>

### gradle

'org.backlog4j:backlog4j:1.0.0'
'org.backlog4j:backlog4j:1.0.1'

## How to use

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -11,7 +11,7 @@ dependencies {
}

sourceCompatibility = 1.6
version = '1.0.0'
version = '1.0.1'
jar {
manifest {
attributes 'Implementation-Title': 'backlog4j', 'Implementation-Version': version
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.backlog4j</groupId>
<artifactId>backlog4j</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<packaging>jar</packaging>

<name>Backlog API</name>
Expand Down

0 comments on commit 77c5eee

Please sign in to comment.