Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for 1.3.1 #62

Merged
merged 1 commit into from
Apr 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading