From 8826dd578a8c4495d8057f125035fc8d4d557b5d Mon Sep 17 00:00:00 2001 From: Hylke Visser Date: Fri, 26 Jul 2019 16:45:01 +0200 Subject: [PATCH] all: Bump to version 3.1.0 --- doc/config.toml | 2 +- package.json | 2 +- pkg/version/ttn.go | 2 +- sdk/js/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/config.toml b/doc/config.toml index 29f624e7c8..5417690d2f 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.0.3" + version= "v3.1.0" diff --git a/package.json b/package.json index ce878cb062..4c0f7eea39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ttn-stack", - "version": "3.0.3", + "version": "3.1.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 94f021716b..03a4731608 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.1.0-dev" diff --git a/sdk/js/package.json b/sdk/js/package.json index f879bc593e..17a602a134 100644 --- a/sdk/js/package.json +++ b/sdk/js/package.json @@ -1,6 +1,6 @@ { "name": "ttn-lw", - "version": "3.0.3", + "version": "3.1.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",