File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ Download ⬇︎
2222
2323Either 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
2828Or install from source, using pipx:
2929
Original file line number Diff line number Diff line change 11[project ]
22name = " crystal-web"
3- version = " 2.0.1 "
3+ version = " 2.0.2 "
44description = " Downloads websites for long-term archival."
55authors = [
66 {
name =
" David Foster" ,
email =
" [email protected] " },
Original file line number Diff line number Diff line change 11[Setup]
22AppName = Crystal
3- AppVersion = 2.0 .1
3+ AppVersion = 2.0 .2
44AppCopyright = Copyright (C) 2011 -2025 David Foster. Licensed under PolyForm NC 1.0 .0
55DefaultDirName = {autopf}\Crystal
66DefaultGroupName = Crystal
77UninstallDisplayIcon = {app} \Crystal.exe
88Compression = lzma2
99SolidCompression = yes
10- OutputBaseFilename = crystal-win-2.0 .1
10+ OutputBaseFilename = crystal-win-2.0 .2
1111OutputDir = dist-win
1212DisableProgramGroupPage = yes
1313; Tell Explorer to refresh file extension information after (un)install,
Original file line number Diff line number Diff line change 1- __version__ = '2.0.1 '
1+ __version__ = '2.0.2 '
22
33APP_NAME = 'Crystal'
44APP_AUTHOR = 'DaFoster'
You can’t perform that action at this time.
0 commit comments