Skip to content

Commit

Permalink
chore: Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilzyla committed Oct 19, 2021
1 parent 466a996 commit 8ff05a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.2.1",
"version": "1.3.0",
"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 @@ -19,7 +19,7 @@
warnings.filterwarnings('ignore')

N_TOP_RESULTS = 3
APP_VERSION = '1.2.1'
APP_VERSION = '1.3.0'

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.2.0",
"version": "1.3.0",
"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 8ff05a3

Please sign in to comment.