Skip to content

Commit 37e4b86

Browse files
committed
Update Changelog and gradle.properties for release
1 parent 66a3f0d commit 37e4b86

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 5.1.0 - 2024-06-21
4+
5+
### 📚 Libraries
6+
* hoist-core 20.1.0
7+
38
## v5.0.2 - 2024-06-20
49

510
### 📚 Libraries

client-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "toolbox",
3-
"version": "6.0-SNAPSHOT",
3+
"version": "5.1.0",
44
"license": "UNLICENSED",
55
"private": true,
66
"scripts": {

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
xhAppCode=toolbox
22
xhAppName=Toolbox
33
xhAppPackage=io.xh.toolbox
4-
xhAppVersion=6.0-SNAPSHOT
4+
xhAppVersion=5.1.0
55

6-
hoistCoreVersion=20.0.2
6+
hoistCoreVersion=20.1.0
77

88
grailsVersion=6.2.0
99
grailsGradlePluginVersion=6.2.0

0 commit comments

Comments
 (0)