Skip to content

Commit f0a2c70

Browse files
committed
chore: bumped version and updated Releases.md
1 parent 301f2d1 commit f0a2c70

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Releases.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# 2.3.0-RC2
1+
# 2.3.0-RC3
22

3-
This is the *Second Release Candidate* of the *Rotorflight 2.3.0 Lua Scripts for EdgeTX and OpenTX*.
3+
This is the *Third Release Candidate* of the *Rotorflight 2.3.0 Lua Scripts for EdgeTX and OpenTX*.
44

55
NOTE: The final 2.3.0 version will be released after a few release candidates. Please don't use RCs once the final release is out.
66

77
## Downloads
88

99
The download locations are:
1010

11-
- [Rotorflight Configurator](https://github.com/rotorflight/rotorflight-configurator/releases/tag/release/2.3.0-RC2)
11+
- [Rotorflight Configurator](https://github.com/rotorflight/rotorflight-configurator/releases/tag/release/2.3.0-RC3)
1212
- [Rotorflight Blackbox](https://github.com/rotorflight/rotorflight-blackbox/releases/tag/release/2.3.0-RC2)
13-
- [Lua Scripts for EdgeTX and OpenTX](https://github.com/rotorflight/rotorflight-lua-scripts/releases/tag/release/2.3.0-RC2)
14-
- [Lua Scripts for FrSky Ethos](https://github.com/rotorflight/rotorflight-lua-ethos/releases/tag/release/2.3.0-RC2)
15-
- [Lua Suite for FrSky Ethos](https://github.com/rotorflight/rotorflight-lua-ethos-suite/releases/tag/release/2.3.0-RC2)
13+
- [Lua Scripts for EdgeTX and OpenTX](https://github.com/rotorflight/rotorflight-lua-scripts/releases/tag/release/2.3.0-RC3)
14+
- [Lua Scripts for FrSky Ethos](https://github.com/rotorflight/rotorflight-lua-ethos/releases/tag/release/2.3.0-RC3)
15+
- [Lua Suite for FrSky Ethos](https://github.com/rotorflight/rotorflight-lua-ethos-suite/releases/tag/release/2.3.0-RC3)
1616

1717
## Notes
1818

src/SCRIPTS/RF2/rf2.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
rf2 = {
2-
luaVersion = "2.3.0-RC2",
2+
luaVersion = "2.3.0-RC3",
33
baseDir = "/SCRIPTS/RF2/",
44
runningInSimulator = string.sub(select(2, getVersion()), -4) == "simu",
55

0 commit comments

Comments
 (0)