Skip to content

Commit 1939151

Browse files
Update version (1.32.0-RC.5) -> (1.32.0)
1 parent 2ee1fb1 commit 1939151

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ There is no backup function in this software. Used it at your own risk. Bittorre
4141

4242
## Software version ##
4343

44-
### 1.32.0.RC.5 ###
44+
### 1.32.0 ###
4545
* ADD: Add more options for updating the torrent tracker list. ([Issue 8](https://github.com/GerryFerdinandus/bittorrent-tracker-editor/issues/8))
4646
* ADD: Add trackers but keep the original unique trackers list instact. ([Issue 12](https://github.com/GerryFerdinandus/bittorrent-tracker-editor/issues/12))
4747
* ADD: Randomize tracker order for each torrent file. ([Issue 19](https://github.com/GerryFerdinandus/bittorrent-tracker-editor/issues/19))

source/code/main.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ implementation
265265
// 'udp://open.demonii.com:1337/announce'
266266
);
267267
//program name and version (http://semver.org/)
268-
FORM_CAPTION = 'Bittorrent tracker editor (1.32.0-RC.5)';
268+
FORM_CAPTION = 'Bittorrent tracker editor (1.32.0)';
269269
TORRENT_FILES_CONTENTS_FORM_CAPTION =
270270
'Show all the files inside the torrents. (Use right mouse for popup menu.)';
271271

0 commit comments

Comments
 (0)