Skip to content

Commit

Permalink
fix: appモジュールの修正
Browse files Browse the repository at this point in the history
  • Loading branch information
cotrin8672 committed Mar 28, 2024
1 parent 9b09568 commit aacafb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion firebase-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
alias(libs.plugins.kotlin.libs.convention)
}

version = "0.0.2"
version = "0.0.3"

kotlin {
sourceSets.jsMain {
Expand Down
2 changes: 1 addition & 1 deletion firebase-wrapper-bom/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
alias(libs.plugins.publish.convention)
}

version = "0.0.2"
version = "0.0.3"

javaPlatform {
allowDependencies()
Expand Down

0 comments on commit aacafb2

Please sign in to comment.