Skip to content

Commit 5e5562a

Browse files
committed
feat: release 3.0.0-beta
1 parent 77911f9 commit 5e5562a

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "torrust-index-gui",
3-
"version": "3.0.0-alpha.12",
3+
"version": "3.0.0-beta",
44
"description": "The frontend for the Torrust Index project.",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/torrust/torrust-index-gui.git"
88
},
9-
"license": "SEE LICENSE IN COPYRIGHT",
9+
"license": "SEE LICENSE IN COPYRIGHT",
1010
"scripts": {
1111
"build": "nuxt build",
1212
"dev": "nuxt dev",
@@ -48,8 +48,8 @@
4848
"dompurify": "^3.1.4",
4949
"marked": "^12.0.2",
5050
"notiwind-ts": "^2.0.2",
51-
"torrust-index-api-lib": "^3.0.0-alpha.12",
52-
"torrust-index-types-lib": "^3.0.0-alpha.12",
51+
"torrust-index-api-lib": "^3.0.0-beta",
52+
"torrust-index-types-lib": "^3.0.0-beta",
5353
"uuid": "^9.0.1"
5454
}
5555
}

0 commit comments

Comments
 (0)