diff --git a/.env b/.env index 0fcc732..e1dbf3f 100644 --- a/.env +++ b/.env @@ -2,7 +2,7 @@ VITE_APP_TITLE=Snail Job VITE_APP_DESC=A flexible, reliable, and fast platform for distributed task retry and distributed task scheduling. -VITE_APP_VERSION=3.1.0 +VITE_APP_VERSION=1.0.0-beta2 # the prefix of the icon name VITE_ICON_PREFIX=icon diff --git a/package.json b/package.json index 2e4c9b7..1b7fb10 100644 --- a/package.json +++ b/package.json @@ -112,5 +112,5 @@ "*": "eslint --fix" }, "officialWebsite": "https://snailjob.opensnail.com", - "website": "https://snailjob.opensnail.com/pages/78ba75/" + "website": "https://snailjob.opensnail.com/docs/preview.html" } diff --git a/src/views/about/index.vue b/src/views/about/index.vue index ecbec7f..de13cee 100644 --- a/src/views/about/index.vue +++ b/src/views/about/index.vue @@ -1,41 +1,44 @@ @@ -53,7 +56,7 @@ const latestBuildTime = BUILD_TIME; - {{ pkgJson.version }} + {{ version }}