diff --git a/.gitignore b/.gitignore
index a1040d94..07547281 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,4 @@ coverage
# Production secrets
.env.production
+.env.staging
diff --git a/README.md b/README.md
index bdef241b..d0079416 100644
--- a/README.md
+++ b/README.md
@@ -2,15 +2,12 @@
![Scale Workshop screenshot](https://raw.githubusercontent.com/xenharmonic-devs/scale-workshop/main/src/assets/img/opengraph-image.png)
-## Warning: Unreleased version!
-This is a release candidate. Everything has been implemented to be on par with v2.5.7 but last-minute changes may occur.
-
-Some of the new features are documented over at [sonic-weave](https://github.com/xenharmonic-devs/sonic-weave).
-
## Description
[Scale Workshop](https://scaleworkshop.plainsound.org/) allows you to design microtonal scales and play them in your web browser. Export your scales for use with VST instruments. Convert Scala files to various tuning formats.
+Scale Workshop 3 is a major upgrade over version 2. You can learn about the new features over at [sonic-weave](https://github.com/xenharmonic-devs/sonic-weave).
+
## Frequently Asked Questions
### What kinds of microtonal scales are possible with Scale Workshop?
diff --git a/index.html b/index.html
index e4cb5439..26805810 100644
--- a/index.html
+++ b/index.html
@@ -8,8 +8,8 @@
-
-
+
+
diff --git a/package-lock.json b/package-lock.json
index 56d7f657..66a017ee 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "scale-workshop",
- "version": "3.0.0-rc5",
+ "version": "3.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "scale-workshop",
- "version": "3.0.0-rc5",
+ "version": "3.0.0",
"dependencies": {
"harmonic-entropy": "^0.2.1",
"isomorphic-qwerty": "^0.0.3",
diff --git a/package.json b/package.json
index abb2b90a..961901a6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "scale-workshop",
- "version": "3.0.0-rc5",
+ "version": "3.0.0",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",