Skip to content

Commit

Permalink
Prepare for release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisCAD committed Aug 20, 2021
1 parent 5d3902e commit a0784aa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change log for Splitties

## [Unreleased] Version 3.0.0 (2021-08-20)
## Version 3.0.0 (2021-08-20)

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

Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ Includes the following modules:
Gradle dependency:

```kotlin
implementation("com.louiscad.splitties:splitties-fun-pack-android-base:3.0.0-rc03")
implementation("com.louiscad.splitties:splitties-fun-pack-android-base:3.0.0")
```

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

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

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

```kotlin
implementation("com.louiscad.splitties:splitties-fun-pack-android-appcompat:3.0.0-rc03")
implementation("com.louiscad.splitties:splitties-fun-pack-android-appcompat:3.0.0")
```

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

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

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

```kotlin
implementation("com.louiscad.splitties:splitties-fun-pack-android-material-components:3.0.0-rc03")
implementation("com.louiscad.splitties:splitties-fun-pack-android-material-components:3.0.0")
```

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

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

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

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

<details>
<summary>
Expand Down
2 changes: 1 addition & 1 deletion libraries_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0-SNAPSHOT
3.0.0

0 comments on commit a0784aa

Please sign in to comment.