Skip to content

Commit af08150

Browse files
committed
Bump to v0.2.0 — PDF Chisel rename and new icon
1 parent d0d2ca0 commit af08150

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ Pick the installer for your operating system:
1111

1212
| Operating System | Download | Notes |
1313
|:---:|:---:|:---|
14-
| **Windows** | [**Download for Windows**](https://github.com/kudosscience/pdf-chisel/releases/latest/download/PDF.Editor.Setup.0.1.0.exe) | Run the `.exe` installer and follow the prompts |
15-
| **macOS (Apple Silicon)** | [**Download for Mac (M1/M2/M3)**](https://github.com/kudosscience/pdf-chisel/releases/latest/download/PDF.Editor-0.1.0-arm64.dmg) | Open the `.dmg`, drag PDF Chisel to Applications |
16-
| **macOS (Intel)** | [**Download for Mac (Intel)**](https://github.com/kudosscience/pdf-chisel/releases/latest/download/PDF.Editor-0.1.0.dmg) | Open the `.dmg`, drag PDF Chisel to Applications |
17-
| **Linux** | [**Download for Linux**](https://github.com/kudosscience/pdf-chisel/releases/latest/download/PDF.Editor-0.1.0.AppImage) | Make executable: `chmod +x *.AppImage`, then run |
14+
| **Windows** | [**Download for Windows**](https://github.com/kudosscience/pdf-chisel/releases/latest/download/PDF.Chisel.Setup.0.2.0.exe) | Run the `.exe` installer and follow the prompts |
15+
| **macOS (Apple Silicon)** | [**Download for Mac (M1/M2/M3)**](https://github.com/kudosscience/pdf-chisel/releases/latest/download/PDF.Chisel-0.2.0-arm64.dmg) | Open the `.dmg`, drag PDF Chisel to Applications |
16+
| **macOS (Intel)** | [**Download for Mac (Intel)**](https://github.com/kudosscience/pdf-chisel/releases/latest/download/PDF.Chisel-0.2.0.dmg) | Open the `.dmg`, drag PDF Chisel to Applications |
17+
| **Linux** | [**Download for Linux**](https://github.com/kudosscience/pdf-chisel/releases/latest/download/PDF.Chisel-0.2.0.AppImage) | Make executable: `chmod +x *.AppImage`, then run |
1818

1919
> **Not sure which Mac you have?** Click the Apple menu () → **About This Mac**. If the chip says "Apple M1" / "M2" / "M3" etc., choose **Apple Silicon**. Otherwise choose **Intel**.
2020

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pdf-chisel",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Cross-platform PDF editor with WYSIWYG editing — Electron + open-source libraries",
55
"main": "dist/main/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)