diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-08-08 20:31:15 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-08 20:31:15 +0900 |
commit | ab857658c73ad732f240ff2bfc71dc97b0b4f76d (patch) | |
tree | b6300056510b41d50ebe75831f8791b5ec70043d /manifest.json | |
parent | b48c2f7804cbb43ac6cd797697292ae54313f89d (diff) | |
parent | c1d927bd38b04a961cd058af4dd65d9dd9df2f88 (diff) |
Merge pull request #450 from ueokande/fix-trim-start
Fix trim start
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 5e7551d..689ae5f 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Vim Vixen", "description": "Vim Vixen", - "version": "0.16", + "version": "0.17", "icons": { "48": "resources/icon_48x48.png", "96": "resources/icon_96x96.png" |