Skip to content

Commit 7f85487

Browse files
committed
Update version number: v2.0.1 -> v2.0.2
1 parent 6ac024e commit 7f85487

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Download ⬇︎
2222

2323
Either install a binary version of Crystal:
2424

25-
* [macOS 13 and later](https://github.com/davidfstr/Crystal-Web-Archiver/releases/download/v2.0.1/crystal-mac-2.0.1.dmg)
26-
* [Windows 11 and later](https://github.com/davidfstr/Crystal-Web-Archiver/releases/download/v2.0.1/crystal-win-2.0.1.exe)
25+
* [macOS 13 and later](https://github.com/davidfstr/Crystal-Web-Archiver/releases/download/v2.0.2/crystal-mac-2.0.2.dmg)
26+
* [Windows 11 and later](https://github.com/davidfstr/Crystal-Web-Archiver/releases/download/v2.0.2/crystal-win-2.0.2.exe)
2727

2828
Or install from source, using pipx:
2929

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "crystal-web"
3-
version = "2.0.1"
3+
version = "2.0.2"
44
description = "Downloads websites for long-term archival."
55
authors = [
66
{ name = "David Foster", email = "[email protected]" },

setup/win-installer.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[Setup]
22
AppName=Crystal
3-
AppVersion=2.0.1
3+
AppVersion=2.0.2
44
AppCopyright=Copyright (C) 2011-2025 David Foster. Licensed under PolyForm NC 1.0.0
55
DefaultDirName={autopf}\Crystal
66
DefaultGroupName=Crystal
77
UninstallDisplayIcon={app}\Crystal.exe
88
Compression=lzma2
99
SolidCompression=yes
10-
OutputBaseFilename=crystal-win-2.0.1
10+
OutputBaseFilename=crystal-win-2.0.2
1111
OutputDir=dist-win
1212
DisableProgramGroupPage=yes
1313
; Tell Explorer to refresh file extension information after (un)install,

src/crystal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '2.0.1'
1+
__version__ = '2.0.2'
22

33
APP_NAME = 'Crystal'
44
APP_AUTHOR = 'DaFoster'

0 commit comments

Comments
 (0)