Skip to content

Commit a0784aa

Browse files
committed
Prepare for release 3.0.0
1 parent 5d3902e commit a0784aa

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 (2021-08-20)
3+
## Version 3.0.0 (2021-08-20)
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
@@ -255,7 +255,7 @@ Includes the following modules:
255255
Gradle dependency:
256256

257257
```kotlin
258-
implementation("com.louiscad.splitties:splitties-fun-pack-android-base:3.0.0-rc03")
258+
implementation("com.louiscad.splitties:splitties-fun-pack-android-base:3.0.0")
259259
```
260260

261261
There's also a version with Views DSL. It additionally includes the following modules:
@@ -267,7 +267,7 @@ There's also a version with Views DSL. It additionally includes the following mo
267267
Gradle dependency:
268268

269269
```kotlin
270-
implementation("com.louiscad.splitties:splitties-fun-pack-android-base-with-views-dsl:3.0.0-rc03")
270+
implementation("com.louiscad.splitties:splitties-fun-pack-android-base-with-views-dsl:3.0.0")
271271
```
272272

273273
#### Android AppCompat
@@ -283,7 +283,7 @@ These 2 packs include the [Android base](#android-base) pack, and the following
283283
Gradle dependency:
284284

285285
```kotlin
286-
implementation("com.louiscad.splitties:splitties-fun-pack-android-appcompat:3.0.0-rc03")
286+
implementation("com.louiscad.splitties:splitties-fun-pack-android-appcompat:3.0.0")
287287
```
288288

289289
There's also a version with Views DSL. It additionally includes the Views DSL version of the
@@ -293,7 +293,7 @@ There's also a version with Views DSL. It additionally includes the Views DSL ve
293293
Gradle dependency:
294294

295295
```kotlin
296-
implementation("com.louiscad.splitties:splitties-fun-pack-android-appcompat-with-views-dsl:3.0.0-rc03")
296+
implementation("com.louiscad.splitties:splitties-fun-pack-android-appcompat-with-views-dsl:3.0.0")
297297
```
298298

299299
#### Android Material Components
@@ -311,7 +311,7 @@ These 2 packs include the [Android AppCompat](#android-appcompat) pack, and the
311311
Gradle dependency:
312312

313313
```kotlin
314-
implementation("com.louiscad.splitties:splitties-fun-pack-android-material-components:3.0.0-rc03")
314+
implementation("com.louiscad.splitties:splitties-fun-pack-android-material-components:3.0.0")
315315
```
316316

317317
There's also a version with Views DSL. It additionally includes the Views DSL version of the
@@ -322,7 +322,7 @@ There's also a version with Views DSL. It additionally includes the Views DSL ve
322322
Gradle dependency:
323323

324324
```kotlin
325-
implementation("com.louiscad.splitties:splitties-fun-pack-android-material-components-with-views-dsl:3.0.0-rc03")
325+
implementation("com.louiscad.splitties:splitties-fun-pack-android-material-components-with-views-dsl:3.0.0")
326326
```
327327

328328
#### All the artifacts (47)
@@ -338,7 +338,7 @@ Most importantly, with it, running the `refreshVersions` task will show you the
338338
for all of your dependencies, right into the `versions.properties`, in a way that makes upgrading effortless,
339339
even with just the keyboard.
340340

341-
FYI, the current latest release of Splitties is the version `3.0.0-rc03`
341+
FYI, the current latest release of Splitties is the version `3.0.0`
342342

343343
<details>
344344
<summary>

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

0 commit comments

Comments
 (0)