Skip to content

Commit 840fa28

Browse files
committed
Prepare for release 3.0.0-rc01
1 parent e340e99 commit 840fa28

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change log for Splitties
22

3-
## [Unreleased] Version 3.0.0-rc01 (2021-08-01)
3+
## Version 3.0.0-rc01 (2021-08-01)
44

55
Compiled with Kotlin 1.5.21 and kotlinx.coroutines 1.5.1-native-mt.
66

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ Includes the following modules:
237237
Gradle dependency:
238238

239239
```kotlin
240-
implementation("com.louiscad.splitties:splitties-fun-pack-android-base:3.0.0-beta06")
240+
implementation("com.louiscad.splitties:splitties-fun-pack-android-base:3.0.0-beta07")
241241
```
242242

243243
There's also a version with Views DSL. It additionally includes the following modules:
@@ -249,7 +249,7 @@ There's also a version with Views DSL. It additionally includes the following mo
249249
Gradle dependency:
250250

251251
```kotlin
252-
implementation("com.louiscad.splitties:splitties-fun-pack-android-base-with-views-dsl:3.0.0-beta06")
252+
implementation("com.louiscad.splitties:splitties-fun-pack-android-base-with-views-dsl:3.0.0-beta07")
253253
```
254254

255255
#### Android AppCompat
@@ -263,7 +263,7 @@ These 2 packs include the [Android base](#android-base) pack, and the following
263263
Gradle dependency:
264264

265265
```kotlin
266-
implementation("com.louiscad.splitties:splitties-fun-pack-android-appcompat:3.0.0-beta06")
266+
implementation("com.louiscad.splitties:splitties-fun-pack-android-appcompat:3.0.0-beta07")
267267
```
268268

269269
There's also a version with Views DSL. It additionally includes the Views DSL version of the
@@ -273,7 +273,7 @@ There's also a version with Views DSL. It additionally includes the Views DSL ve
273273
Gradle dependency:
274274

275275
```kotlin
276-
implementation("com.louiscad.splitties:splitties-fun-pack-android-appcompat-with-views-dsl:3.0.0-beta06")
276+
implementation("com.louiscad.splitties:splitties-fun-pack-android-appcompat-with-views-dsl:3.0.0-beta07")
277277
```
278278

279279
#### Android Material Components
@@ -289,7 +289,7 @@ These 2 packs include the [Android AppCompat](#android-appcompat) pack, and the
289289
Gradle dependency:
290290

291291
```kotlin
292-
implementation("com.louiscad.splitties:splitties-fun-pack-android-material-components:3.0.0-beta06")
292+
implementation("com.louiscad.splitties:splitties-fun-pack-android-material-components:3.0.0-beta07")
293293
```
294294

295295
There's also a version with Views DSL. It additionally includes the Views DSL version of the
@@ -300,7 +300,7 @@ There's also a version with Views DSL. It additionally includes the Views DSL ve
300300
Gradle dependency:
301301

302302
```kotlin
303-
implementation("com.louiscad.splitties:splitties-fun-pack-android-material-components-with-views-dsl:3.0.0-beta06")
303+
implementation("com.louiscad.splitties:splitties-fun-pack-android-material-components-with-views-dsl:3.0.0-beta07")
304304
```
305305

306306
#### All the artifacts (47)
@@ -311,7 +311,7 @@ into your root project `build.gradle` file:
311311
```groovy
312312
allProjects {
313313
ext {
314-
splitties_version = "3.0.0-beta06"
314+
splitties_version = "3.0.0-beta07"
315315
}
316316
}
317317
```

libraries_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.0-SNAPSHOT
1+
3.0.0-rc01

0 commit comments

Comments
 (0)