Skip to content

Commit

Permalink
update version and tags
Browse files Browse the repository at this point in the history
  • Loading branch information
frankois944 committed Feb 3, 2025
1 parent 90dc9ce commit 985ae33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin-build/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ID=io.github.frankois944.spmForKmp
VERSION=0.2.0
VERSION=0.3.0
ARTIFACT_ID=Spm4Kmp
GROUP=io.github.frankois944
DISPLAY_NAME=Swift Package Manager for Kotlin Multiplaform
Expand Down
2 changes: 1 addition & 1 deletion plugin-build/plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ gradlePlugin {
description = property("DESCRIPTION").toString()
displayName = property("DISPLAY_NAME").toString()
// Note: tags cannot include "plugin" or "gradle" when publishing
tags.set(listOf("kmp", "spm", "cinterp", "apple"))
tags.set(listOf("kmp", "SPM", "cinterop", "apple", "multiplatform", "ios", "swiftpackagemanager"))
}
}
}
Expand Down

0 comments on commit 985ae33

Please sign in to comment.