Skip to content

Commit

Permalink
Prepare for 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
boswelja committed Apr 5, 2024
1 parent 510f1df commit 1c7c8a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ An AndroidX MenuHost & MenuProvider-like API for Jetpack Compose!
kotlin {
sourceSets {
commonMain.dependencies {
val menuproviderVersion = "1.3.0"
val menuproviderVersion = "1.3.1"

// Core provides a generic implementation fit for any design system
implementation("io.github.boswelja.menuprovider:core:$menuproviderVersion")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android.useAndroidX=true
kotlin.code.style=official

# Below here is all packaging details, not build configuration.
version=1.3.0
version=1.3.1
group=io.github.boswelja.menuprovider

org.jetbrains.compose.experimental.macos.enabled=true
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pluginManagement {

plugins {
id("com.gradle.enterprise") version("3.16.1")
id("com.android.settings") version("8.2.0")
id("com.android.settings") version("8.3.1")
}

rootProject.name = "Compose MenuProvider"
Expand Down

0 comments on commit 1c7c8a7

Please sign in to comment.