From 74c3b593d505fc25ed09768575433644ccb891ba Mon Sep 17 00:00:00 2001 From: Rathes Sachchithananthan Date: Sat, 7 Oct 2017 15:16:12 +0200 Subject: [PATCH] Last tasks before first release --- CHANGELOG.md | 4 ++++ README.md | 2 -- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de6238c..566fd49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,6 @@ Changelog === + +## 0.2.3 + +This is the first stable release to be used in production diff --git a/README.md b/README.md index 4848f2b..63ce100 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -**Not finished yet. Do not use in production** - A Vue component that display the current time === This package provides a simple Vue component that renders the current date and time of a given timezone. diff --git a/package.json b/package.json index be9440c..92a868e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aheenam-dashboard-clock", - "version": "0.2.2", + "version": "0.2.3", "description": "A clock plugin for the Aheenam Dashboard", "main": "dist/index.js", "jsnext:main": "src/index.js",