diff --git a/doc/config.toml b/doc/config.toml index 2bafd5a08d..078a2a55ef 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.2.0" + version= "v3.2.1" diff --git a/package.json b/package.json index 3977c71e89..77c4e87aa7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ttn-stack", - "version": "3.2.0", + "version": "3.2.1", "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 a9e24129b1..8c0ca1db69 100644 --- a/pkg/version/ttn.go +++ b/pkg/version/ttn.go @@ -3,4 +3,4 @@ package version // TTN Version -var TTN = "v3.2.0-dev" +var TTN = "v3.2.1-dev" diff --git a/sdk/js/package.json b/sdk/js/package.json index 766ddca0ba..a61e791ecc 100644 --- a/sdk/js/package.json +++ b/sdk/js/package.json @@ -1,6 +1,6 @@ { "name": "ttn-lw", - "version": "3.2.0", + "version": "3.2.1", "description": "The Things Stack for LoRaWAN JavaScript SDK", "url": "https://github.com/TheThingsNetwork/lorawan-stack/tree/master/sdk/js", "main": "dist/index.js",