Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ Download the latest version from the [**Releases page**](https://github.com/SynT

| Platform | Installer | Architecture |
|----------|-----------|--------------|
| **Windows** | `ODIA-Setup-2.1.0.exe` | x64 |
| **macOS (Apple Silicon)** | `ODIA-2.1.0-arm64.dmg` | arm64 (M1/M2/M3/M4) |
| **macOS (Intel)** | `ODIA-2.1.0-x64.dmg` | x64 |
| **Linux** | `ODIA-2.1.0.AppImage` | x64 |

**Direct download links (after v2.1.0 release):**
- [Windows x64](https://github.com/SynTechRev/ODIA/releases/download/v2.1.0/ODIA-Setup-2.1.0.exe)
- [macOS Apple Silicon (arm64)](https://github.com/SynTechRev/ODIA/releases/download/v2.1.0/ODIA-2.1.0-arm64.dmg)
- [macOS Intel (x64)](https://github.com/SynTechRev/ODIA/releases/download/v2.1.0/ODIA-2.1.0-x64.dmg)
- [Linux AppImage](https://github.com/SynTechRev/ODIA/releases/download/v2.1.0/ODIA-2.1.0.AppImage)
| **Windows** | `ODIA-Setup-2.1.1.exe` | x64 |
| **macOS (Apple Silicon)** | `ODIA-2.1.1-arm64.dmg` | arm64 (M1/M2/M3/M4) |
| **macOS (Intel)** | `ODIA-2.1.1-x64.dmg` | x64 |
| **Linux** | `ODIA-2.1.1.AppImage` | x64 |

**Direct download links (after v2.1.1 release):**
- [Windows x64](https://github.com/SynTechRev/ODIA/releases/download/v2.1.1/ODIA-Setup-2.1.1.exe)
- [macOS Apple Silicon (arm64)](https://github.com/SynTechRev/ODIA/releases/download/v2.1.1/ODIA-2.1.1-arm64.dmg)
- [macOS Intel (x64)](https://github.com/SynTechRev/ODIA/releases/download/v2.1.1/ODIA-2.1.1-x64.dmg)
- [Linux AppImage](https://github.com/SynTechRev/ODIA/releases/download/v2.1.1/ODIA-2.1.1.AppImage)
Comment on lines +32 to +36

**System Requirements:**
- **Windows:** Windows 10 (64-bit) or later
Expand Down
8 changes: 4 additions & 4 deletions desktop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ Download the latest installer for your platform from the

| Platform | File |
|----------|------|
| Windows | `ODIA-Setup-x.x.x.exe` |
| macOS (Apple Silicon) | `ODIA-x.x.x-arm64.dmg` |
| macOS (Intel) | `ODIA-x.x.x-x64.dmg` |
| Linux | `ODIA-x.x.x.AppImage` |
| Windows | `ODIA-Setup-2.1.1.exe` |
| macOS (Apple Silicon) | `ODIA-2.1.1-arm64.dmg` |
| macOS (Intel) | `ODIA-2.1.1-x64.dmg` |
| Linux | `ODIA-2.1.1.AppImage` |

### Install and Run

Expand Down
4 changes: 2 additions & 2 deletions desktop/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "odia-desktop",
"version": "2.1.0",
"version": "2.1.1",
"description": "O.D.I.A. Desktop — Local document analysis for legal and government documents",
"main": "src/main.js",
"author": "Synthetic Technology Revolution <syntechrev@gmail.com>",
Expand Down
Loading