diff --git a/package.json b/package.json index 0f60a51e20..c40a04053e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ttn-stack", - "version": "3.0.0-rc3", + "version": "3.0.0", "description": "The Thing Network Stack", "main": "index.js", "repository": "https://github.com/TheThingsNetwork/ttn.git", diff --git a/pkg/version/ttn.go b/pkg/version/ttn.go index d55414d0e2..b6580a52fe 100644 --- a/pkg/version/ttn.go +++ b/pkg/version/ttn.go @@ -3,4 +3,4 @@ package version // TTN Version -var TTN = "v3.0.0-rc3-dev" +var TTN = "v3.0.0-dev" diff --git a/sdk/js/package.json b/sdk/js/package.json index abbcae99e0..a6b943eba7 100644 --- a/sdk/js/package.json +++ b/sdk/js/package.json @@ -1,6 +1,6 @@ { "name": "ttn-lw", - "version": "3.0.0-rc3", + "version": "3.0.0", "description": "The Things Network Stack for LoRaWAN JavaScript SDK", "url": "https://github.com/TheThingsNetwork/lorawan-stack/tree/master/sdk/js", "main": "dist/index.js",