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