Skip to content

Commit cc21166

Browse files
committed
Update platform.json for logicrom release v0.9.4
Signed-off-by: Ajay Bhargav <[email protected]>
1 parent 880e7eb commit cc21166

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 Waybyte Solutions
3+
Copyright (c) 2022 Waybyte Solutions
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Logicrom Wireless IoT Platform for Platformio
1+
# Logicrom Wireless IoT Platform for Platformio IDE
22

3-
[![PlatformIO Registry](https://badges.registry.platformio.org/packages/ajaybhargav/platform/logicrom.svg)](https://registry.platformio.org/platforms/ajaybhargav/logicrom)
3+
[![PlatformIO Registry](https://badges.registry.platformio.org/packages/waybyte/platform/logicrom.svg)](https://registry.platformio.org/platforms/waybyte/logicrom)
44

55
![Examples](https://github.com/waybyte/platform-logicrom/workflows/Examples/badge.svg)
66
[![Documentation Status](https://readthedocs.org/projects/logicromsdk/badge/?version=latest)](https://docs.logicrom.com)
@@ -38,7 +38,7 @@
3838

3939
Logicrom is available in dual-license:
4040

41-
- **Logicrom Personal License** - Personal use or Evaluation
41+
- **Logicrom Personal License** - Free for Personal use or Evaluation
4242
- **Logicrom Commercial License** - Commercial Use
4343

4444

platform.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"M66",
3131
"MC60",
3232
"MC20",
33+
"MC20UCB",
3334
"M26",
3435
"M56",
3536
"SIM868"
@@ -41,7 +42,7 @@
4142
"type": "git",
4243
"url": "https://github.com/waybyte/platform-logicrom.git"
4344
},
44-
"version": "0.9.3",
45+
"version": "0.9.4",
4546
"vendor": "Waybyte Solutions",
4647
"frameworks": {
4748
"logicromsdk": {
@@ -67,17 +68,17 @@
6768
},
6869
"framework-logicromsdk": {
6970
"type": "framework",
70-
"version": "~0.9.4"
71+
"version": "~0.9.6"
7172
},
7273
"framework-logicromarduino": {
7374
"type": "framework",
7475
"optional": true,
75-
"version": "~0.9.1"
76+
"version": "~0.9.3"
7677
},
7778
"tool-logicromflasher": {
7879
"type": "uploader",
7980
"optional": true,
80-
"version": "~2.6.0"
81+
"version": "~2.6.2"
8182
}
8283
},
8384
"pythonPackages": {

0 commit comments

Comments
 (0)