Skip to content

Commit

Permalink
Update version to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
imjp94 committed Jun 11, 2023
1 parent cba2b38 commit 46b5e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/gd-plug/plug.gd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ extends SceneTree

signal updated(plugin)

const VERSION = "0.1.3"
const VERSION = "0.1.4"
const DEFAULT_PLUGIN_URL = "https://git::@github.com/%s.git"
const DEFAULT_PLUG_DIR = "res://.plugged"
const DEFAULT_CONFIG_PATH = DEFAULT_PLUG_DIR + "/index.cfg"
Expand Down

0 comments on commit 46b5e02

Please sign in to comment.