diff options
| author | Kamran Ahmed <kamranahmed.se@gmail.com> | 2018-09-22 10:30:53 +0400 |
|---|---|---|
| committer | Kamran Ahmed <kamranahmed.se@gmail.com> | 2018-09-22 10:30:53 +0400 |
| commit | 2bbba43ac99c809eff9abd76e3c58159ab10be53 (patch) | |
| tree | 92e60cf13a6f3aa257054b7051686c210bd2e605 | |
| parent | Fix - Missing languages (diff) | |
| download | githunt-2bbba43ac99c809eff9abd76e3c58159ab10be53.tar.gz | |
Update version
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | public/manifest.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 5e3ba64..9094aad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "githunt-react", - "version": "0.1.0", + "version": "0.1.1", "private": true, "dependencies": { "axios": "^0.18.0", diff --git a/public/manifest.json b/public/manifest.json index 79905ec..d81d78e 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -3,7 +3,7 @@ "name": "Githunt", "short_name": "Githunt", "description": "Replace the new tab with a list of trending repositories on github belonging to any technology that you chose.", - "version": "3.3", + "version": "3.4", "permissions": [ "tabs", "storage", |
