Skip to content

Commit ac17f58

Browse files
committed
2.0.8
1 parent 6951cee commit ac17f58

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

chrome/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "Octohint",
4-
"version": "2.0.7",
4+
"version": "2.0.8",
55
"description": "IntelliSense hint for GitHub",
66
"homepage_url": "https://github.com/pd4d10/octohint",
77
"icons": {

octohint.safariextension/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundleInfoDictionaryVersion</key>
1414
<string>6.0</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>2.0.7</string>
16+
<string>2.0.8</string>
1717
<key>CFBundleVersion</key>
1818
<string>1</string>
1919
<key>Chrome</key>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "octohint",
33
"private": true,
4-
"version": "2.0.7",
4+
"version": "2.0.8",
55
"description": "IntelliSense hint for GitHub",
66
"scripts": {
77
"start": "webpack",

0 commit comments

Comments
 (0)