diff --git a/package.json b/package.json index d09c324d70..3fa8ead7f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ttn-stack", - "version": "3.0.3", + "version": "3.0.4", "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 94f021716b..bea25031d4 100644 --- a/pkg/version/ttn.go +++ b/pkg/version/ttn.go @@ -3,4 +3,4 @@ package version // TTN Version -var TTN = "v3.0.3-dev" +var TTN = "v3.0.4-dev" diff --git a/sdk/js/package.json b/sdk/js/package.json index 97ef8f6305..3a6831f489 100644 --- a/sdk/js/package.json +++ b/sdk/js/package.json @@ -1,6 +1,6 @@ { "name": "ttn-lw", - "version": "3.0.3", + "version": "3.0.4", "description": "The Things Network Stack for LoRaWAN JavaScript SDK", "url": "https://github.com/TheThingsNetwork/lorawan-stack/tree/master/sdk/js", "main": "dist/index.js",