Przeglądaj źródła

Merge pull request #855 from Lanhild/patch-2

Use semantic versioning
Timothy Jaeryang Baek 1 rok temu
rodzic
commit
b0f3ae5708
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      package.json

+ 2 - 2
package.json

@@ -1,6 +1,6 @@
 {
 	"name": "open-webui",
-	"version": "1.0.0-alpha.101",
+	"version": "0.1.0-101",
 	"private": true,
 	"scripts": {
 		"dev": "vite dev --host",
@@ -52,4 +52,4 @@
 		"tippy.js": "^6.3.7",
 		"uuid": "^9.0.1"
 	}
-}
+}