Skip to content

Commit

Permalink
prepare release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eguchi committed Dec 3, 2015
1 parent 57da5aa commit 0688f04
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
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.2</version>
<version>1.0.3</version>
</dependency>

### gradle

'org.backlog4j:backlog4j:1.0.2'
'org.backlog4j:backlog4j:1.0.3'

## How to use

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
}

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

<name>Backlog API</name>
Expand Down

0 comments on commit 0688f04

Please sign in to comment.