Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fluks committed Jan 10, 2020
1 parent f9dfda0 commit efa81c0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 6 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ js := \
background/*.js \
options/*.js \
content_scripts/*.js \
browser_action/*.js
browser_action/*.js \
common/*.js \
sidebar/*.js
#locale_files := $(shell find _locales -type f)
common_files := \
manifest.json \
Expand All @@ -11,7 +13,9 @@ common_files := \
content_scripts/* \
browser_action/* \
LICENSE \
libvoikko.data
libvoikko.data \
common/* \
sidebar/*
firefox_files := \
data/*.svg \
$(common_files)
Expand Down
2 changes: 1 addition & 1 deletion firefox/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Fin Spell",
"version": "0.1.0",
"version": "0.2.0",
"author": "fluks",

"applications": {
Expand Down
4 changes: 4 additions & 0 deletions updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
{
"version": "0.1.0",
"update_link": "https://github.com/fluks/fin-spell/releases/download/v0.1.0/fin_spell-0.1.0-fx.xpi"
},
{
"version": "0.2.0",
"update_link": "https://github.com/fluks/fin-spell/releases/download/v0.1.0/fin_spell-0.2.0-fx.xpi"
}
]
}
Expand Down

0 comments on commit efa81c0

Please sign in to comment.