Skip to content

Commit cd2fde1

Browse files
committed
Fix bump2version and links
1 parent 6fc71fb commit cd2fde1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ search = version = "{current_version}"
1414
replace = version = "{new_version}"
1515

1616
[bumpversion:file:docs/archive.md]
17-
search = version = "zxbasic-{current_version}"
18-
replace = version = "zxbasic-{new_version}"
17+
search = {current_version}
18+
replace = {new_version}

docs/archive.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ repository (git).
1010
You can contribute to ZX BASIC by reporting possible bugs or improvement suggestions at the
1111
[forum](http://www.boriel.com/forum) or in social media.
1212

13-
Click on the icon to download latest stable version (<span style="color: green;">**version = "zxbasic-1.10.2"**</span>):
13+
Click on the icon to download latest stable version (<span style="color: green;">**1.10.2**</span>):
1414

1515
* [<img src="https://zxbasic.readthedocs.io/en/latest/img/zip-package-2.png" alt="win32zip" width="32px"/>
16-
http://www.boriel.com/files/zxb/zxbasic-version = "zxbasic-1.10.2"-win32.zip](http://www.boriel.com/files/zxb/zxbasic-version = "zxbasic-1.10.2"-win32.zip)
16+
http://www.boriel.com/files/zxb/zxbasic-1.10.2-win32.zip](http://www.boriel.com/files/zxb/zxbasic-1.10.2-win32.zip)
1717
<br />Windows .exe zip package. No install needed, just uncompress it in a directory of your choice.
1818
* [<img src="https://zxbasic.readthedocs.io/en/latest/img/zip-package.png" alt="zip" width="32px"/>
19-
http://www.boriel.com/files/zxb/zxbasic-version = "zxbasic-1.10.2".zip](http://www.boriel.com/files/zxb/zxbasic-version = "zxbasic-1.10.2".zip)
19+
http://www.boriel.com/files/zxb/zxbasic-1.10.2.zip](http://www.boriel.com/files/zxb/zxbasic-1.10.2.zip)
2020
<br />Windows, Linux, Mac zip package, with python scripts. Requires python installed in your system.
2121
* [<img src="https://zxbasic.readthedocs.io/en/latest/img/driver-down.png" alt="tar.gz" width="32px"/>
22-
http://www.boriel.com/files/zxb/zxbasic-version = "zxbasic-1.10.2".tar.gz](http://www.boriel.com/files/zxb/zxbasic-version = "zxbasic-1.10.2".tar.gz)
22+
http://www.boriel.com/files/zxb/zxbasic-1.10.2.tar.gz](http://www.boriel.com/files/zxb/zxbasic-1.10.2.tar.gz)
2323
<br />(Windows, Linux, Mac) tar.gz package, with python scripts. Requires python installed in your system.
2424

2525
###What's new
@@ -30,4 +30,4 @@ To check out what's new on every version, have a look at the
3030
This is the official ZX Basic archive. If you require an older ZX BASIC version, please have a look
3131
at the [archive](https://www.boriel.com/files/zxb/).
3232

33-
----
33+
----

0 commit comments

Comments
 (0)