Skip to content

Commit

Permalink
Update to version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
asolkar committed Nov 8, 2020
1 parent a8206df commit e5592c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Build extension package
#
VERSION = 1.2
VERSION = 1.3
SOURCES = manifest.json data/* icons/*
PACKAGE = ../gglappbtn-$(VERSION).xpi
EXCLUDES = Makefile README.md gen_readme_app_list.rb *.DS_Store
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Google App Launcher",
"version": "1.2",
"version": "1.3",
"description": "Adds a button to the toolbar with easy access to your favorite Google applications",
"homepage_url": "https://github.com/asolkar/ffx-addon-gglappbtn",

Expand All @@ -12,7 +12,7 @@
"applications": {
"gecko": {
"id": "@gglappbtn",
"strict_min_version": "50.0"
"strict_min_version": "80.0"
}
},

Expand Down

0 comments on commit e5592c3

Please sign in to comment.