Skip to content

Commit 9c8e5f4

Browse files
github-actions[bot]nadjiel
authored andcommitted
🚀 release: locker@1.1.2
1 parent 84c43e4 commit 9c8e5f4

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

.changeset/lovely-loops-cheat.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# locker
22

3-
## 1.1.1
3+
## 1.1.2
44

55
### Patch Changes
66

7-
- b1f4221: Updated README and LICENSE files to include information about icons' licenses.
7+
- 84c43e4: Fixed bug in exported builds where GlobalStorageManager couldn't be resolved thanks to reference to non existent (on builds) LockerPlugin.
8+

addons/locker/plugin.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
name="Locker"
44
description="Locker is a framework that provides a quick and scalable way to save and load data using Dictionaries and, optionally, encryption."
55
author="Nadjiel"
6-
version="1.1.1"
6+
version="1.1.2"
77
script="locker.gd"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "locker",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"godotVersion": "4.3",
55
"repository": "https://github.com/locker-godot/locker",
66
"scripts": {

0 commit comments

Comments
 (0)