Skip to content

Commit

Permalink
Bump geary (#18)
Browse files Browse the repository at this point in the history
* Bump geary

* Add workflow dispatch option for publish
  • Loading branch information
0ffz authored Dec 14, 2023
1 parent ea78163 commit 8041b57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- develop
paths-ignore:
- '**.md'
workflow_dispatch:

jobs:
build:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ internal class GearyCommands : IdofrontCommandExecutor(), TabCompleter {

sender.info(
"""
|Archetype count: ${archetypes.archetypeProvider.count}
|Archetype count: ${archetypes.queryManager.archetypeCount}
|Next entity ID: ${tempEntity.id}
|""".trimMargin()
)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ kotlin.code.style=official
group=com.mineinabyss
version=0.27
idofrontVersion=0.20.14
gearyVersion=0.23.2
gearyVersion=0.24-SNAPSHOT

0 comments on commit 8041b57

Please sign in to comment.