diff --git a/README.md b/README.md index a6eeaa4e5..0288b7df5 100644 --- a/README.md +++ b/README.md @@ -80,11 +80,14 @@ make this easy for you by handling project creation, compilation and bundling. A -### Official Website +### Official v1 Website -The official docs can be found at [https://wails.app](https://wails.app). +The official v1 docs can be found at [https://wails.app](https://wails.app). -Click [here](https://wails.io) if you are interested in trying out v2 Beta for Windows. +### Version 2 + +Wails v2 has been released in Beta for all 3 platforms. Check out the [new website](https://wails.io) if you are +interested in trying it out. diff --git a/logo-dark.png b/logo-dark.png new file mode 100644 index 000000000..60a054b23 Binary files /dev/null and b/logo-dark.png differ diff --git a/v2/cmd/wails/internal/version.go b/v2/cmd/wails/internal/version.go index 722142969..acbd4c0d1 100644 --- a/v2/cmd/wails/internal/version.go +++ b/v2/cmd/wails/internal/version.go @@ -1,3 +1,3 @@ package internal -var Version = "v2.0.0-beta.31" +var Version = "v2.0.0-beta.32"