mirror of
https://github.com/tommyskeff/futur4j.git
synced 2026-01-18 07:16:45 +00:00
bump version to 2.1.2 (patch)
This commit is contained in:
23
README.md
23
README.md
@@ -13,10 +13,9 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'dev.tommyjs:futur-api:1.0.0'
|
compile 'dev.tommyjs:futur-api:2.1.2'
|
||||||
compile 'dev.tommyjs:futur-standalone:1.0.0'
|
compile 'dev.tommyjs:futur-reactor:2.1.2'
|
||||||
compile 'dev.tommyjs:futur-reactor:1.0.0'
|
compile 'dev.tommyjs:futur-reactive-streams:2.1.2'
|
||||||
compile 'dev.tommyjs:futur-reactive-streams:1.0.0'
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
### Gradle DSL
|
### Gradle DSL
|
||||||
@@ -26,10 +25,9 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("dev.tommyjs:futur-api:1.0.0")
|
implementation("dev.tommyjs:futur-api:2.1.2")
|
||||||
implementation("dev.tommyjs:futur-standalone:1.0.0")
|
implementation("dev.tommyjs:futur-reactor:2.1.2")
|
||||||
implementation("dev.tommyjs:futur-reactor:1.0.0")
|
implementation("dev.tommyjs:futur-reactive-streams:2.1.2")
|
||||||
implementation("dev.tommyjs:futur-reactive-streams:1.0.0")
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
### Maven
|
### Maven
|
||||||
@@ -45,17 +43,12 @@ dependencies {
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>dev.tommyjs</groupId>
|
<groupId>dev.tommyjs</groupId>
|
||||||
<artifactId>futur-api</artifactId>
|
<artifactId>futur-api</artifactId>
|
||||||
<version>2.1.1</version>
|
<version>2.1.2</version>
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>dev.tommyjs</groupId>
|
|
||||||
<artifactId>futur-standalone</artifactId>
|
|
||||||
<version>2.1.1</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>dev.tommyjs</groupId>
|
<groupId>dev.tommyjs</groupId>
|
||||||
<artifactId>futur-reactor</artifactId>
|
<artifactId>futur-reactor</artifactId>
|
||||||
<version>2.1.1</version>
|
<version>2.1.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>dev.tommyjs</groupId>
|
<groupId>dev.tommyjs</groupId>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group = "dev.tommyjs"
|
group = "dev.tommyjs"
|
||||||
version = "2.1.1"
|
version = "2.1.2"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group = "dev.tommyjs"
|
group = "dev.tommyjs"
|
||||||
version = "2.1.1"
|
version = "2.1.2"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group = "dev.tommyjs"
|
group = "dev.tommyjs"
|
||||||
version = "2.1.1"
|
version = "2.1.2"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
|||||||
Reference in New Issue
Block a user