Skip to content

Commit

Permalink
Merge pull request #149 from Appsilon/kamil.update-logo
Browse files Browse the repository at this point in the history
Update Appsilon logo and bump version to 1.1.1
  • Loading branch information
kamilzyla authored Feb 2, 2021
2 parents 54f05ef + 5559744 commit c98c8c8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified app/assets/logos/appsilon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mbaza-ai",
"productName": "Mbaza AI",
"version": "1.1.0",
"version": "1.1.1",
"description": "A desktop application that allows bioconservation researchers to classify camera trap animal images and analyze the results.",
"main": "./main.prod.js",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion models/runner/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
warnings.filterwarnings('ignore')

N_TOP_RESULTS = 3
APP_VERSION = '1.1.0'
APP_VERSION = '1.1.1'

def get_images(directory):
images = [os.path.join(directory, f) for f in get_all_files(directory) if is_image(f)]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mbaza-ai",
"productName": "Mbaza AI",
"version": "1.1.0",
"version": "1.1.1",
"description": "A desktop application that allows bioconservation researchers to classify camera trap animal images and analyze the results.",
"scripts": {
"build": "concurrently \"yarn build-main\" \"yarn build-renderer\"",
Expand Down

0 comments on commit c98c8c8

Please sign in to comment.