Skip to content

Commit

Permalink
Merge pull request #367 from Appsilon/bump-version
Browse files Browse the repository at this point in the history
Bump version & update README
  • Loading branch information
Marundu authored Jun 29, 2023
2 parents 0d1284b + 3149e25 commit acc828b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@ to classify camera trap animal images and analyze the results.

### Installation

Download Mbaza installer for your system:
* [Windows](https://github.com/Appsilon/mbaza/releases/download/v2.1.0/Mbaza.AI.Setup.2.1.0.exe)
* [macOS x86-64 (Intel)](https://github.com/Appsilon/mbaza/releases/download/v2.1.0/Mbaza.AI-2.1.0-mac.zip)
* [macOS ARM64 (Apple M1)](https://github.com/Appsilon/mbaza/releases/download/v2.1.0/Mbaza.AI-2.1.0-arm64-mac.zip)
* [Linux](https://github.com/Appsilon/mbaza/releases/download/v2.1.0/Mbaza.AI-2.1.0.AppImage)
Visit the [latest release page](https://github.com/Appsilon/mbaza/releases/latest)
and download Mbaza installer for your system
(`X.Y.Z` will be the version number, e.g. `2.0.0`):
* Windows: `Mbaza.AI.Setup.X.Y.Z.exe`
* Linux: `Mbaza.AI-X.Y.Z.AppImage`
* macOS:
* :warning: Mbaza requires additional setup to run on macOS. Read the instructions below.
* x86-64 (Intel): `Mbaza.AI-X.Y.Z-mac.zip`
* ARM64 (Apple M1): `Mbaza.AI-X.Y.Z-arm64-mac.zip`

### macOS

Expand Down
4 changes: 2 additions & 2 deletions release/app/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 release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mbaza",
"version": "2.1.0",
"version": "2.1.1",
"license": "AGPL-3.0-or-later",
"author": {
"name": "Appsilon",
Expand Down

0 comments on commit acc828b

Please sign in to comment.