Skip to content

Commit dd10fdb

Browse files
Prepare for 1.3.5 release (#13)
Also added myself to the contributors list :-)
1 parent 21ebb18 commit dd10fdb

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

library.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
"maintainer": false,
1010
"name": "BlackCoffee",
1111
"url": "https://github.com/blackcoffeexbt"
12+
},
13+
{
14+
"maintainer": false,
15+
"name": "ThomasFarstrike",
16+
"url": "https://github.com/ThomasFarstrike"
1217
}
1318
],
1419
"description": "Nostr Client for Arduino",
@@ -26,7 +31,7 @@
2631
"type": "git",
2732
"url": "https://github.com/riccardobl/nostrduino"
2833
},
29-
"version": "1.3.4",
34+
"version": "1.3.5",
3035
"dependencies": {
3136
"ArduinoJson": "^7.1.0",
3237
"uBitcoin": "^0.2.0",

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Nostrduino
2-
version=1.3.4
2+
version=1.3.5
33
44
maintainer=Riccardo Balbo <[email protected]>
55
sentence=Nostr for Arduino.

0 commit comments

Comments
 (0)