Skip to content

Commit

Permalink
all: Bump to version 3.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TheThingsBot committed Mar 2, 2023
1 parent e8193c5 commit 87247f6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion data/lorawan-devices
Submodule lorawan-devices updated 47 files
+2 −2 tools/runscript/go.mod
+6 −6 tools/runscript/go.sum
+66 −0 vendor/fludia/fm432e-10-15mn-codec.yaml
+47 −0 vendor/fludia/fm432e-10-15mn-decode.js
+52 −0 vendor/fludia/fm432e-10-15mn-profile.yaml
+175 −0 vendor/fludia/fm432e-10-15mn.yaml
+66 −0 vendor/fludia/fm432e-1mn-codec.yaml
+34 −0 vendor/fludia/fm432e-1mn-decode.js
+52 −0 vendor/fludia/fm432e-1mn-profile.yaml
+175 −0 vendor/fludia/fm432e-1mn.yaml
+ vendor/fludia/fm432e.jpg
+66 −0 vendor/fludia/fm432g-10-15mn-codec.yaml
+47 −0 vendor/fludia/fm432g-10-15mn-decode.js
+52 −0 vendor/fludia/fm432g-10-15mn-profile.yaml
+174 −0 vendor/fludia/fm432g-10-15mn.yaml
+ vendor/fludia/fm432g.jpg
+66 −0 vendor/fludia/fm432ir-10-15mn-codec.yaml
+55 −0 vendor/fludia/fm432ir-10-15mn-decode.js
+52 −0 vendor/fludia/fm432ir-10-15mn-profile.yaml
+175 −0 vendor/fludia/fm432ir-10-15mn.yaml
+66 −0 vendor/fludia/fm432ir-1mn-codec.yaml
+51 −0 vendor/fludia/fm432ir-1mn-decode.js
+52 −0 vendor/fludia/fm432ir-1mn-profile.yaml
+175 −0 vendor/fludia/fm432ir-1mn.yaml
+ vendor/fludia/fm432ir.jpg
+66 −0 vendor/fludia/fm432p-10-15mn-codec.yaml
+47 −0 vendor/fludia/fm432p-10-15mn-decode.js
+52 −0 vendor/fludia/fm432p-10-15mn-profile.yaml
+174 −0 vendor/fludia/fm432p-10-15mn.yaml
+66 −0 vendor/fludia/fm432p-1mn-codec.yaml
+34 −0 vendor/fludia/fm432p-1mn-decode.js
+52 −0 vendor/fludia/fm432p-1mn-profile.yaml
+174 −0 vendor/fludia/fm432p-1mn.yaml
+ vendor/fludia/fm432p.jpg
+66 −0 vendor/fludia/fm432t-10-15mn-codec.yaml
+24 −0 vendor/fludia/fm432t-10-15mn-decode.js
+52 −0 vendor/fludia/fm432t-10-15mn-profile.yaml
+174 −0 vendor/fludia/fm432t-10-15mn.yaml
+66 −0 vendor/fludia/fm432t-1mn-codec.yaml
+24 −0 vendor/fludia/fm432t-1mn-decode.js
+52 −0 vendor/fludia/fm432t-1mn-profile.yaml
+174 −0 vendor/fludia/fm432t-1mn.yaml
+ vendor/fludia/fm432t.jpg
+13 −0 vendor/fludia/index.yaml
+4 −0 vendor/index.yaml
+10 −0 vendor/the-things-industries/generic-node-sensor-edition-codec.js
+4 −0 vendor/the-things-industries/generic-node-sensor-edition-codec.yaml
2 changes: 1 addition & 1 deletion data/lorawan-webhook-templates
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ttn-stack",
"version": "3.24.1",
"version": "3.24.2",
"description": "The Things Stack",
"main": "index.js",
"repository": "https://github.com/TheThingsNetwork/lorawan-stack.git",
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/ttn.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ttn-lw",
"version": "3.24.1",
"version": "3.24.2",
"description": "The Things Stack for LoRaWAN JavaScript SDK",
"url": "https://github.com/TheThingsNetwork/lorawan-stack/tree/default/sdk/js",
"main": "dist/index.js",
Expand Down

0 comments on commit 87247f6

Please sign in to comment.