Skip to content

Commit

Permalink
release 0.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dominykas committed Aug 5, 2015
1 parent cbb52c0 commit 9b30f8d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "io.js"
sudo: false
node_js: "iojs-v2.5.0"
env:
global:
- H5O_CRX=true
Expand All @@ -25,6 +25,6 @@ deploy:
skip_cleanup: true
email: "[email protected]"
api_key:
secure: "E38DnCuORjp08iPoeII3PkkR2e6fM0uWJhOLe2ekBn5RLPSTzWlE8FGm7K73SiUE1l+LG3XWncq1rcmPQKGHC9qlUrc4+oz+9qnw4nuteuCVFbqzGoMPWbxNerXTpLslA07RYPc3FBHmexnVYy7n4KoYYn+66SdxAmR1RqFdZbw="
secure: "S7spbXk/I6KzvpKIU2h8mgVeD0LKAhSaWeNBKLvgkWm8xJRm2YIH4DYvLj0tayjzJWWDF2iLv7cKGYCeNeZlT+DGKDoVZow1iaxAhxP5ArU6cWS1FXAz2cXbcNwLqk29Y8HRHgkYDSyGJ0yL9ir8DP9cdn0+TlyG3qpGSZocdUs="
on:
tags: true
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ Run `grunt` to produce `dist/extension/`
## History ##

### v?.?.? (????-??-??) ###
* ???

### v0.8.12 ###
* https://github.com/h5o/h5o-chrome/issues/10

### v0.8.1 - v0.8.11 (2015-03) ###
* Deployment automation
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "h5o-chrome",
"version": "0.8.11",
"version": "0.8.12",
"description": "Extension for Google Chrome / Chromium to generate a navigable page outline based on HTML5 outlining algorithm",
"scripts": {
"prepublish": "in-publish && [ ! -z $TRAVIS_TAG ] && ls dist/*.crx || in-install",
Expand Down

0 comments on commit 9b30f8d

Please sign in to comment.