From 73a901348dd320ae4f2a4a88efddfc48ecccf6ba Mon Sep 17 00:00:00 2001 From: Johan Stokking Date: Thu, 5 Sep 2019 13:59:27 +0200 Subject: [PATCH] all: Bump to version 3.1.2 --- 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 e0d2032f45..3c6c750da8 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.1" + version= "v3.1.2" diff --git a/package.json b/package.json index 36e71c90b2..17d144eb2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ttn-stack", - "version": "3.1.1", + "version": "3.1.2", "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 4838d23353..3f11dee81b 100644 --- a/pkg/version/ttn.go +++ b/pkg/version/ttn.go @@ -3,4 +3,4 @@ package version // TTN Version -var TTN = "v3.1.1-dev" +var TTN = "v3.1.2-dev" diff --git a/sdk/js/package.json b/sdk/js/package.json index 02822bf28e..15965349c6 100644 --- a/sdk/js/package.json +++ b/sdk/js/package.json @@ -1,6 +1,6 @@ { "name": "ttn-lw", - "version": "3.1.1", + "version": "3.1.2", "description": "The Things Stack for LoRaWAN JavaScript SDK", "url": "https://github.com/TheThingsNetwork/lorawan-stack/tree/master/sdk/js", "main": "dist/index.js",