Skip to content

Commit

Permalink
Update Changelog and gradle.properties for release
Browse files Browse the repository at this point in the history
  • Loading branch information
PeteDarinzo committed Jun 21, 2024
1 parent 66a3f0d commit 37e4b86
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 5.1.0 - 2024-06-21

### 📚 Libraries
* hoist-core 20.1.0

## v5.0.2 - 2024-06-20

### 📚 Libraries
Expand Down
2 changes: 1 addition & 1 deletion client-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "toolbox",
"version": "6.0-SNAPSHOT",
"version": "5.1.0",
"license": "UNLICENSED",
"private": true,
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 37e4b86

Please sign in to comment.