Skip to content

Commit

Permalink
Update versions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmoelter committed Mar 21, 2024
1 parent 78f2169 commit d7fe661
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog

## 0.5.1
- Update dependencies, including to Kotlin 1.9.23, Compose BOM to 2024.03.00, Compose Compiler to 1.5.11
## 0.5.2
- Update dependencies, including to Kotlin `1.9.23`, Compose BOM to `2024.03.00`, Compose Compiler to `1.5.11`.

## 0.5.1
- Fix transitions showing when they shouldn't when `Journey`s are first shown.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ add the following to your `libs.versions.toml`:

```toml
[versions]
magellanx = "0.5.1"
magellanx = "0.5.2"
# ...

[libraries]
Expand Down Expand Up @@ -77,15 +77,15 @@ If you don't want to use version catalogs, you can add the dependencies you need
[![Latest release on Jitpack](https://jitpack.io/v/com.ryanmoelter/magellanx.svg)](https://jitpack.io/#com.ryanmoelter/magellanx)

```kotlin
val magellanxVersion = "0.5.1"
val magellanxVersion = "0.5.2"
implementation("com.ryanmoelter.magellanx:magellanx-compose:${magellanxVersion}")
testImplementation("com.ryanmoelter.magellanx:magellanx-test:${magellanxVersion}")
```

Alternatively, if you only want the core library without the Compose implementation, you can use:

```kotlin
implementation("com.github.ryanmoelter.magellanx:magellanx-core:0.5.1")
implementation("com.github.ryanmoelter.magellanx:magellanx-core:0.5.2")
```

> Note: `magellanx-core` is included in and exposed by `magellanx-compose`, and `magellan-test` only
Expand Down

0 comments on commit d7fe661

Please sign in to comment.