Skip to content

Commit

Permalink
🔖 v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
haiiro2gou committed Dec 11, 2023
1 parent dbc4e48 commit d629a86
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data/ashen_lib/functions/load_once.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# @within function ashen_lib:load

# Version tag
data modify storage global Ashen.Lib.Version set value "v0.1.0"
data modify storage global Ashen.Lib.Version set value "v0.1.1"

# Reset
scoreboard objectives remove Ashen.Global.ID
Expand Down
1 change: 1 addition & 0 deletions data/ashen_lib/functions/migration/.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@

execute if data storage global Ashen.Lib{Version: "v0.0.0"} run function ashen_lib:migration/v0.0.1/
execute if data storage global Ashen.Lib{Version: "v0.0.1"} run function ashen_lib:migration/v0.1.0/
execute if data storage global Ashen.Lib{Version: "v0.1.0"} run function ashen_lib:migration/v0.1.1/
8 changes: 8 additions & 0 deletions data/ashen_lib/functions/migration/v0.1.1/.mcfunction
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#> ashen_lib:migration/v0.1.1/
#
# v0.1.0 -> v0.1.1
#
# @within function ashen_lib:migration/

# Migration
data modify storage global Ashen.Lib.Version set value "v0.1.1"

0 comments on commit d629a86

Please sign in to comment.