Skip to content

Commit

Permalink
Updated version and changed its semantic
Browse files Browse the repository at this point in the history
Changed version to be compliant with Semantic Version 2.0 (semver.org).
Previous version was 0.0.7, even though the extensio is already being
used productively and that previous version changes were a mix of
new features and bug fixes.
New version is 1.8.0, in format X.Y.Z. X=1 because it is used
productively and Y = 8 as a continuation of what previously was Z = 7.
  • Loading branch information
dellagustin committed Jul 21, 2015
1 parent 1879170 commit f673c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensionFiles/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"icons": {
"128": "./image/icon128.png"
},
"version": "0.0.7",
"version": "1.8.0",
"manifest_version": 2,
"content_scripts": [{
"matches": ["https://*/*/bc/bsp/sno/ui/main.do"],
Expand Down

0 comments on commit f673c0c

Please sign in to comment.