Skip to content

Commit fb100c1

Browse files
committed
v0.4.0
1 parent 8450a03 commit fb100c1

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## next
22

3+
## [0.4.0][0.4.0] - 2016-02-18
4+
35
* Embed SVG icon directly as GitHub no longer uses an icon font.
46

57
## [0.3.0][0.3.0] - 2015-09-02

dist/chrome/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Gitique",
44
"description": "Make GitHub code review better",
55
"homepage_url": "https://github.com/smcgivern/gitique",
6-
"version": "0.3.0",
6+
"version": "0.4.0",
77
"permissions": [
88
"https://github.com/*"
99
],

dist/firefox/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "gitique",
44
"description": "Make GitHub code review better",
55
"homepage": "https://github.com/smcgivern/gitique",
6-
"version": "0.3.0",
6+
"version": "0.4.0",
77
"author": "Sean McGivern",
88
"main": "index",
99
"engines": {

0 commit comments

Comments
 (0)