Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Oct 7, 2014
1 parent 3f1e09d commit a2afabb
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.2.0 / 2014-10-08

* Support Vue.js 0.11.0-rc

# v0.1.2 / 2014-10-07

* Support bower
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $ component install kazupon/vue-i18n
$ bower install vue-i18n
```

## brwoerify
## brwoserify

```shell
$ npm install vue-i18n
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vue-i18n",
"main": "dist/vue-i18n.js",
"description": "Internationalization plugin of Vue.js",
"version": "0.1.2",
"version": "0.2.0",
"homepage": "https://github.com/kazupon/vue-i18n",
"authors": [
"kazuya kawaguchi <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-i18n",
"repo": "kazupon/vue-i18n",
"version": "0.1.2",
"version": "0.2.0",
"description": "Internationalization plugin of Vue.js",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion example/bower/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
],
"dependencies": {
"vue": "~0.10.6",
"vue-i18n": "~0.1.1"
"vue-i18n": "~0.2.0"
}
}
2 changes: 1 addition & 1 deletion example/browserify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
],
"dependencies": {
"vue": "^0.11.0-rc",
"vue-i18n": "^0.1.1"
"vue-i18n": "^0.2.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-i18n",
"version": "0.1.2",
"version": "0.2.0",
"description": "Internationalization plugin of Vue.js",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit a2afabb

Please sign in to comment.