Skip to content

Commit

Permalink
chore: update with new version & prepare for next iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
meowool-bot committed Aug 4, 2024
1 parent 3a905b1 commit a3ad079
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Depending on your project setup, follow the appropriate steps to include MMKV-KT
>**build.gradle.kts**
```kotlin
dependencies {
val mmkvKtxVersion = "0.1.4"
val mmkvKtxVersion = "0.1.8"
implementation("com.meowool:mmkv:$mmkvKtxVersion")
ksp("com.meowool:mmkv-compiler:$mmkvKtxVersion")
}
Expand All @@ -74,7 +74,7 @@ dependencies {
> **libs.versions.toml**
```toml
[versions]
mmkv-ktx = "0.1.4"
mmkv-ktx = "0.1.8"

[librarys]
mmkv-ktx = { module = "com.meowool:mmkv", version.ref = "mmkv-ktx" }
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.7
0.1.8

0 comments on commit a3ad079

Please sign in to comment.