Skip to content

Commit b6e660a

Browse files
committed
Set version to 1.5.16
1 parent 7464295 commit b6e660a

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ And then to the module level `build.gradle.kts`:
2121

2222
```
2323
dependencies {
24-
implementation 'com.revolut.rxdata:dod:1.5.15'
25-
implementation 'com.revolut.rxdata:core:1.5.15'
26-
implementation 'com.revolut.rxdata:scheduler:1.5.15'
24+
implementation 'com.revolut.rxdata:dod:1.5.16'
25+
implementation 'com.revolut.rxdata:core:1.5.16'
26+
implementation 'com.revolut.rxdata:scheduler:1.5.16'
2727
}
2828
```
2929

dfd/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
POM_ARTIFACT_ID=dfd
2-
VERSION_NAME=1.5.15
2+
VERSION_NAME=1.5.16
33
POM_NAME=dfd
44
POM_PACKAGING=jar
55
GROUP=com.revolut.flowdata

dod-wrapper/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
POM_ARTIFACT_ID=dod-wrapper
2-
VERSION_NAME=1.5.15
2+
VERSION_NAME=1.5.16
33
POM_NAME=dod-wrapper
44
POM_PACKAGING=jar
55
GROUP=com.revolut.rxdata

dod/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
POM_ARTIFACT_ID=dod
2-
VERSION_NAME=1.5.15
2+
VERSION_NAME=1.5.16
33
POM_NAME=dod
44
POM_PACKAGING=jar
55
GROUP=com.revolut.rxdata

flow-extensions/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
POM_ARTIFACT_ID=extensions
2-
VERSION_NAME=1.5.15
2+
VERSION_NAME=1.5.16
33
POM_NAME=flow-core
44
POM_PACKAGING=jar
55
GROUP=com.revolut.flowdata

model/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
POM_ARTIFACT_ID=model
2-
VERSION_NAME=1.5.15
2+
VERSION_NAME=1.5.16
33
POM_NAME=data
44
POM_PACKAGING=jar
55
GROUP=com.revolut.data

rx-extensions/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
POM_ARTIFACT_ID=extensions
2-
VERSION_NAME=1.5.15
2+
VERSION_NAME=1.5.16
33
POM_NAME=core
44
POM_PACKAGING=jar
55
GROUP=com.revolut.rxdata

scheduler/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
POM_ARTIFACT_ID=scheduler
2-
VERSION_NAME=1.5.15
2+
VERSION_NAME=1.5.16
33
POM_NAME=scheduler
44
POM_PACKAGING=aar
55
GROUP=com.revolut.rxdata

0 commit comments

Comments
 (0)