Skip to content

Commit

Permalink
🔖 v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haiiro2gou committed Dec 11, 2023
1 parent df5dcb1 commit bb9b11b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
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.1"
data modify storage global Ashen.Lib.Version set value "v0.2.0"

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

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/
execute if data storage global Ashen.Lib{Version: "v0.1.0"} run function ashen_lib:migration/v0.1.1/
execute if data storage global Ashen.Lib{Version: "v0.1.1"} run function ashen_lib:migration/v0.2.0/
10 changes: 10 additions & 0 deletions data/ashen_lib/functions/migration/v0.2.0/.mcfunction
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#> ashen_lib:migration/v0.2.0/
# @within function ashen_lib:migration/

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

#> from: 6151a064b3b452c562c8bbc25e3d075555e0fd86
# @private
#declare function indexstorage:init
function indexstorage:init

0 comments on commit bb9b11b

Please sign in to comment.