Skip to content

Commit

Permalink
Prepare for release 3.0.0-rc02
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisCAD committed Aug 3, 2021
1 parent 8d33c24 commit 53b6715
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-rc02 (2021-08-03)
## Version 3.0.0-rc02 (2021-08-03)

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 @@ -237,7 +237,7 @@ Includes the following modules:
Gradle dependency:

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

There's also a version with Views DSL. It additionally includes the following modules:
Expand All @@ -249,7 +249,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-beta07")
implementation("com.louiscad.splitties:splitties-fun-pack-android-base-with-views-dsl:3.0.0-rc02")
```

#### Android AppCompat
Expand All @@ -263,7 +263,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-beta07")
implementation("com.louiscad.splitties:splitties-fun-pack-android-appcompat:3.0.0-rc02")
```

There's also a version with Views DSL. It additionally includes the Views DSL version of the
Expand All @@ -273,7 +273,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-beta07")
implementation("com.louiscad.splitties:splitties-fun-pack-android-appcompat-with-views-dsl:3.0.0-rc02")
```

#### Android Material Components
Expand All @@ -289,7 +289,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-beta07")
implementation("com.louiscad.splitties:splitties-fun-pack-android-material-components:3.0.0-rc02")
```

There's also a version with Views DSL. It additionally includes the Views DSL version of the
Expand All @@ -300,7 +300,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-beta07")
implementation("com.louiscad.splitties:splitties-fun-pack-android-material-components-with-views-dsl:3.0.0-rc02")
```

#### All the artifacts (47)
Expand All @@ -311,7 +311,7 @@ into your root project `build.gradle` file:
```groovy
allProjects {
ext {
splitties_version = "3.0.0-beta07"
splitties_version = "3.0.0-rc02"
}
}
```
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-rc02

0 comments on commit 53b6715

Please sign in to comment.