Skip to content

Commit

Permalink
version 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Armin Wagner committed Dec 30, 2019
1 parent ecee175 commit cb86259
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pile",
"version": "1.5.0",
"version": "1.6.1",
"description": "A lightweight bookmarking tool for the avid reader",
"main": "background.js",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/_locales/de/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"message": "Tab schließen und auf Pile legen"
},
"putAllOnPileMessage": {
"message": "ALLE nicht angehefteten Tabs schließen und auf Pile legen"
"message": "ALLE nicht-angehefteten Tabs schließen und auf Pile legen"
},
"of": {
"message": "von"
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Pile - lightweight bookmarking",
"description": "__MSG_extensionDescription__",
"version": "1.6",
"version": "1.6.1",
"default_locale": "en",
"applications": {
"gecko": {
Expand Down

0 comments on commit cb86259

Please sign in to comment.