Skip to content

Commit 3489861

Browse files
committed
Update version number: v1.9.0b -> v1.10.0
1 parent afde984 commit 3489861

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ scrolling feeds of content (such as social media sites).
1111

1212
If you are an early adopter and want to get started downloading your first website
1313
with Crystal, please see the Tutorial below.
14-
Additional documentation will be available once Crystal is no longer **in beta**.
14+
Additional documentation will be available once Crystal v2.0 is released.
1515

1616
Download ⬇︎
1717
--------
1818

1919
Either install a binary version of Crystal:
2020

21-
* [macOS 13 and later](https://github.com/davidfstr/Crystal-Web-Archiver/releases/download/v1.9.0b/crystal-mac-1.9.0b.dmg)
22-
* [Windows 11 and later](https://github.com/davidfstr/Crystal-Web-Archiver/releases/download/v1.9.0b/crystal-win-1.9.0b.exe)
21+
* [macOS 13 and later](https://github.com/davidfstr/Crystal-Web-Archiver/releases/download/v1.10.0/crystal-mac-1.10.0.dmg)
22+
* [Windows 11 and later](https://github.com/davidfstr/Crystal-Web-Archiver/releases/download/v1.10.0/crystal-win-1.10.0.exe)
2323

2424
Or install from source, using pipx:
2525

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[tool.poetry]
22
name = "crystal-web"
3-
version = "1.9.0b"
3+
version = "1.10.0"
44
description = "Downloads websites for long-term archival."
55
authors = ["David Foster <david@dafoster.net>"]
66
readme = "README.md"
77
license = "Proprietary"
88
repository = "https://github.com/davidfstr/Crystal-Web-Archiver"
99
classifiers = [
10-
"Development Status :: 4 - Beta",
10+
"Development Status :: 5 - Production/Stable",
1111
"Environment :: MacOS X",
1212
"Environment :: Win32 (MS Windows)",
1313
"Environment :: X11 Applications",

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=1.9.0b
3+
AppVersion=1.10.0
44
AppCopyright=Copyright (C) 2011-2025 David Foster. All Rights Reserved
55
DefaultDirName={autopf}\Crystal
66
DefaultGroupName=Crystal
77
UninstallDisplayIcon={app}\Crystal.exe
88
Compression=lzma2
99
SolidCompression=yes
10-
OutputBaseFilename=crystal-win-1.9.0b
10+
OutputBaseFilename=crystal-win-1.10.0
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__ = '1.9.0b'
1+
__version__ = '1.10.0'
22

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

0 commit comments

Comments
 (0)