Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
version 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaorun343 committed Jun 27, 2018
1 parent 02e4a51 commit 2e8b1de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "vue-property-decorator",
"version": "6.1.0",
"version": "7.0.0",
"description": "property decorators for Vue Component",
"main": "lib/vue-property-decorator.umd.js",
"module": "lib/vue-property-decorator.js",
Expand Down
2 changes: 1 addition & 1 deletion src/vue-property-decorator.ts
@@ -1,4 +1,4 @@
/** vue-property-decorator verson 6.1.0 MIT LICENSE copyright 2018 kaorun343 */
/** vue-property-decorator verson 7.0.0 MIT LICENSE copyright 2018 kaorun343 */

'use strict'
import Vue, { PropOptions, WatchOptions } from 'vue'
Expand Down

0 comments on commit 2e8b1de

Please sign in to comment.