From 89ed210cc136680e29ca00e4f3fcca1cf102a77b Mon Sep 17 00:00:00 2001 From: Prawee Wongsa Date: Wed, 21 Jun 2017 18:29:05 +0700 Subject: [PATCH] make this repo to version 1.0 --- composer.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 3b43583..4affbe2 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,14 @@ { "name": "prawee/yii2-vuejs", + "version": "1.0", "description": "Vue.js library for Yii2", "type": "yii2-library", - "keywords": ["yii2","library","vuejs2","vue"], + "keywords": [ + "yii2", + "library", + "vuejs2", + "vue" + ], "license": "MIT", "homepage": "https://github.com/prawee/yii2-vuejs.git", "authors": [ @@ -20,4 +26,4 @@ "prawee\\vuejs\\": "" } } -} +} \ No newline at end of file