diff --git a/README.md b/README.md index ea7efb9..d2c6a85 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ export const routes = { Usage in and outside Vue components: -``ts +```ts routes.home.go(); ```` diff --git a/package.json b/package.json index e060a6e..4db48b4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-smart-routes", "private": false, - "version": "0.1.1", + "version": "0.2.0", "description": "A safer way to manage your routes in Vue Router", "homepage": "https://github.com/Xkonti/vue-smart-routes#readme", "repository": {