Update version tag for release

This commit is contained in:
Tim Donohue
2025-07-14 16:36:18 -05:00
parent f0cba80262
commit 2bf9e11a7c
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "dspace-angular", "name": "dspace-angular",
"version": "9.1.0-next", "version": "9.1.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "dspace-angular", "name": "dspace-angular",
"version": "9.1.0-next", "version": "9.1.0",
"hasInstallScript": true, "hasInstallScript": true,
"dependencies": { "dependencies": {
"@angular/animations": "^18.2.12", "@angular/animations": "^18.2.12",

View File

@@ -1,6 +1,6 @@
{ {
"name": "dspace-angular", "name": "dspace-angular",
"version": "9.1.0-next", "version": "9.1.0",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"config:watch": "nodemon", "config:watch": "nodemon",