Skip to content

Commit

Permalink
feat: Utilモジュールの追加
Browse files Browse the repository at this point in the history
  • Loading branch information
cotrin8672 committed Mar 25, 2024
1 parent d056da9 commit 6c25e72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ bin/
.vscode/

### Mac OS ###
.DS_Store
.DS_Store
/.idea/artifacts/
2 changes: 1 addition & 1 deletion firebase-util/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.1"
version = "0.0.2"

kotlin {
sourceSets.jsMain {
Expand Down

0 comments on commit 6c25e72

Please sign in to comment.