Skip to content

Commit fe7905d

Browse files
committed
version 5.2.0
1 parent 3b0503b commit fe7905d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-property-decorator",
3-
"version": "5.1.1",
3+
"version": "5.2.0",
44
"description": "property decorators for Vue Component",
55
"main": "lib/vue-property-decorator.js",
66
"keywords": [

src/vue-property-decorator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** vue-property-decorator verson 5.1.1 MIT LICENSE copyright 2017 kaorun343 */
1+
/** vue-property-decorator verson 5.2.0 MIT LICENSE copyright 2017 kaorun343 */
22

33
'use strict'
44
import Vue, { PropOptions, WatchOptions } from 'vue'

0 commit comments

Comments
 (0)