Skip to content

Commit b3b040b

Browse files
authored
Merge pull request #16 from adafruit/kattni-bundle-name-update
updated bundle naming to match 3.0.0 final release
2 parents 421cd0f + 78cd062 commit b3b040b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

circuitpython_build_tools/target_versions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
# THE SOFTWARE.
2424

2525
VERSIONS = [
26-
{"tag": "2.3.1", "name": "2.3.1"},
27-
{"tag": "3.0.0-beta.0", "name": "3.0.0-beta.0"},
26+
{"tag": "2.x", "name": "2.x"},
27+
{"tag": "3.x", "name": "3.x"},
2828
]

0 commit comments

Comments
 (0)