Target client 24.0 for galaxy prebuilt client

This commit is contained in:
Dannon Baker
2024-04-16 08:59:17 -04:00
parent 93a40f2aef
commit 769192fb4e
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@galaxyproject/galaxy",
"version": "23.1.0",
"version": "24.0.0",
"description": ".. figure:: https://galaxyproject.org/images/galaxy-logos/galaxy_project_logo.jpg :alt: Galaxy Logo",
"main": "index.js",
"scripts": {
@@ -17,7 +17,7 @@
},
"homepage": "https://github.com/galaxyproject/galaxy#readme",
"dependencies": {
"@galaxyproject/galaxy-client": "^23.1.1",
"@galaxyproject/galaxy-client": "^24.0.0",
"cpy-cli": "^5.0.0"
}
}