diff --git a/doc/config.toml b/doc/config.toml index 3c6c750da8..2bafd5a08d 100644 --- a/doc/config.toml +++ b/doc/config.toml @@ -17,4 +17,4 @@ theme = "hugo-theme-techdoc" github_repository = "https://github.com/TheThingsNetwork/lorawan-stack" github_doc_repository = "https://github.com/TheThingsNetwork/lorawan-stack" source_url = "https://github.com/TheThingsNetwork/lorawan-stack/blob/master/" - version= "v3.1.2" + version= "v3.2.0" diff --git a/package.json b/package.json index 3213ea5b81..3977c71e89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ttn-stack", - "version": "3.1.2", + "version": "3.2.0", "description": "The Things Stack", "main": "index.js", "repository": "https://github.com/TheThingsNetwork/lorawan-stack.git", diff --git a/pkg/version/ttn.go b/pkg/version/ttn.go index 3f11dee81b..a9e24129b1 100644 --- a/pkg/version/ttn.go +++ b/pkg/version/ttn.go @@ -3,4 +3,4 @@ package version // TTN Version -var TTN = "v3.1.2-dev" +var TTN = "v3.2.0-dev" diff --git a/sdk/js/package.json b/sdk/js/package.json index 15965349c6..766ddca0ba 100644 --- a/sdk/js/package.json +++ b/sdk/js/package.json @@ -1,6 +1,6 @@ { "name": "ttn-lw", - "version": "3.1.2", + "version": "3.2.0", "description": "The Things Stack for LoRaWAN JavaScript SDK", "url": "https://github.com/TheThingsNetwork/lorawan-stack/tree/master/sdk/js", "main": "dist/index.js",