Skip to content

Commit

Permalink
Merge pull request #94 from nulab/release-2.6.0
Browse files Browse the repository at this point in the history
Fix version
  • Loading branch information
yuichi0301 authored Nov 16, 2023
2 parents e92737c + aa05598 commit 490b551
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Backlog4j is a Backlog binding library for Java.


## Updates
* 2023/11/20 2.6.0 released
* 2023/07/27 2.5.3 released
* 2022/09/15 2.5.2 released
* 2022/08/24 2.5.1 released
Expand All @@ -28,14 +29,14 @@ https://github.com/nulab/backlog4j/releases

### gradle

'com.nulab-inc:backlog4j:2.5.3'
'com.nulab-inc:backlog4j:2.6.0'

### maven

<dependency>
<groupId>com.nulab-inc</groupId>
<artifactId>backlog4j</artifactId>
<version>2.5.3</version>
<version>2.6.0</version>
</dependency>

## How to use
Expand Down Expand Up @@ -73,7 +74,7 @@ MIT License
* http://www.opensource.org/licenses/mit-license.php

## Requires
* Java 1.8
* Java 11


# Backlog4j とは
Expand All @@ -83,14 +84,14 @@ Backlog4j は Backlog API (https://developer.nulab.com/ja/docs/backlog/#) に簡

### gradle を利用する場合

'com.nulab-inc:backlog4j:2.5.3'
'com.nulab-inc:backlog4j:2.6.0'

### maven を利用する場合

<dependency>
<groupId>com.nulab-inc</groupId>
<artifactId>backlog4j</artifactId>
<version>2.5.3</version>
<version>2.6.0</version>
</dependency>

## 使い方
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ targetCompatibility = JavaVersion.VERSION_11

group = 'com.nulab-inc'
archivesBaseName = 'backlog4j'
version = '2.5.4-SNAPSHOT'
version = '2.6.0'

repositories {
maven {
Expand Down

0 comments on commit 490b551

Please sign in to comment.