We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66a3f0d commit 37e4b86Copy full SHA for 37e4b86
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 5.1.0 - 2024-06-21
4
+
5
+### 📚 Libraries
6
+* hoist-core 20.1.0
7
8
## v5.0.2 - 2024-06-20
9
10
### 📚 Libraries
client-app/package.json
@@ -1,6 +1,6 @@
{
"name": "toolbox",
- "version": "6.0-SNAPSHOT",
+ "version": "5.1.0",
"license": "UNLICENSED",
"private": true,
"scripts": {
gradle.properties
@@ -1,9 +1,9 @@
xhAppCode=toolbox
xhAppName=Toolbox
xhAppPackage=io.xh.toolbox
-xhAppVersion=6.0-SNAPSHOT
+xhAppVersion=5.1.0
-hoistCoreVersion=20.0.2
+hoistCoreVersion=20.1.0
grailsVersion=6.2.0
grailsGradlePluginVersion=6.2.0
0 commit comments