diff --git a/README.md b/README.md index cf72b59..85b20fe 100644 --- a/README.md +++ b/README.md @@ -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) **System Requirements:** - **Windows:** Windows 10 (64-bit) or later diff --git a/desktop/README.md b/desktop/README.md index 4a434c7..4d19545 100644 --- a/desktop/README.md +++ b/desktop/README.md @@ -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 diff --git a/desktop/package-lock.json b/desktop/package-lock.json index 946073b..5d53bb8 100644 --- a/desktop/package-lock.json +++ b/desktop/package-lock.json @@ -1,12 +1,12 @@ { "name": "odia-desktop", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "odia-desktop", - "version": "2.1.0", + "version": "2.1.1", "license": "MIT", "dependencies": { "electron-log": "^5.1.7" diff --git a/desktop/package.json b/desktop/package.json index 224cf07..41f3474 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -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 ",