Skip to content

Commit

Permalink
v1.1.0 Fix known bugs and improve display
Browse files Browse the repository at this point in the history
  • Loading branch information
950288 committed Oct 8, 2023
1 parent e7bfd07 commit fa43936
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- '**/README.md'
- '**/README_zh.md'
env:
TAG: v1.1.0-beta.5
TAG: v1.1.0
jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion BackEnd/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func main() {
http.Handle("/", http.FileServer(http.Dir("../Wikibreeze")))
}
fmt.Println("")
utils.PrintSuccess("WikiBreeze(v1.1.0-beta.5) started on port " + strconv.Itoa(port) + " successfully")
utils.PrintSuccess("WikiBreeze(v1.1.0) started on port " + strconv.Itoa(port) + " successfully")
fmt.Println("Local:\t\t", utils.Cyanf("http://localhost:"+strconv.Itoa(port)+"/"))

//Get local ip
Expand Down
4 changes: 2 additions & 2 deletions FrontEnd/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion FrontEnd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wikibreeze",
"version": "v1.1.0-beta.5",
"version": "v1.1.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wikibreeze",
"version": "v1.1.0-beta.5",
"version": "v1.1.0",
"type": "module",
"scripts": {
"prepare": "node -v",
Expand Down

0 comments on commit fa43936

Please sign in to comment.