Skip to content

Commit

Permalink
Update project and plugin version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiva-Shadowsong committed Oct 11, 2024
1 parent 6fe2292 commit 10d03a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addons/loggie/loggie.gd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
extends Node

## Stores a string describing the current version of Loggie.
const VERSION : String = "v1.2"
const VERSION : String = "v1.3"

## Emitted any time Loggie attempts to log a message.
## Useful for capturing the messages that pass through Loggie.
Expand Down
2 changes: 1 addition & 1 deletion project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ config/description="Loggie is a basic logging utility for those who could use a
Loggie takes care that your logs always look clean in release builds, while allowing you to use extra styling for console targeted output. ANSI-compatible, and friendly both for solo developers and developers in a team (externally loaded settings for each developer).
If you need something simple but effective, Loggie is your guy."
config/version="1.2"
config/version="1.3"
run/main_scene="res://test/test.tscn"
config/features=PackedStringArray("4.3", "Forward Plus")
config/icon="res://addons/loggie/assets/icon.png"
Expand Down

0 comments on commit 10d03a9

Please sign in to comment.