Skip to content

Commit

Permalink
🏗️ bump to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vokimon committed Dec 2, 2024
1 parent 91929ac commit 78f7ebd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 1.0.2 (2024-12-02)

- CI to release from github actions
- Icon and classname for RollerBox
Expand Down
2 changes: 1 addition & 1 deletion addons/dice_roller/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name="Dice Roller"
description="A UI control to roll 3D dices in a box"
author="David García Garzón (vokimon)"
version="1.0.1"
version="1.0.2"
script="dice_roller_plugin.gd"
2 changes: 1 addition & 1 deletion project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Features
- Responsive control, it adapts to the space given by the layout adapting the camera to fully see the rolling box floor
- Automatically turns the rolling box if the aspect ratio available spacce is inverted the one of the rolling box
"
config/version="1.0.1"
config/version="1.0.2"
run/main_scene="res://examples/dice_roller_example.tscn"
config/features=PackedStringArray("4.3", "GL Compatibility")
config/icon="res://icon.svg"
Expand Down

0 comments on commit 78f7ebd

Please sign in to comment.