Skip to content

Commit 6190023

Browse files
committed
update versions
1 parent 88c6ca6 commit 6190023

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

TODO.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
| main.js | 79 | @S.Panfilov We can't check if method already exist,
66
| main.js | 186 | @S.Panfilov add ability to access this.notifications.someError.message
77
| main.js | 187 | @S.Panfilov add "noCall:true" property
8-
| unit/main.spec.js | 278 | @S.Panfilov fix this test
8+
| unit/main.spec.js | 188 | @S.Panfilov We don't check it atm
9+
| unit/main.spec.js | 272 | @S.Panfilov fix this test

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-notifications",
3-
"version": "0.7.6",
3+
"version": "0.8.1",
44
"description": "Vuejs notifications",
55
"main": "dist/vue-notifications.js",
66
"repository": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-notifications",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "Vuejs notifications",
55
"main": "dist/vue-notifications.es5.js",
66
"scripts": {

0 commit comments

Comments
 (0)