From 1fafafdf21c84ed596db521512e9aca8fcb65212 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Mon, 21 Mar 2016 01:35:46 +0900 Subject: [PATCH] Version 1.0.0 :tada: --- CHANGELOG.md | 3 +++ README.md | 8 ++++---- package.json | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df6cf4f..cec0c49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Change Log +## v1.0.0 +- Renew the application's design + ## v0.5.1 - Drop application header - Home and Refresh buttons are dropped too diff --git a/README.md b/README.md index f1e960d..21d1e77 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Nocturn -YoruFukurou-like Twitter Client built on Electron +Multi-platform Twitter Client built on Electron -![](https://i.gyazo.com/f50b8192eed6adfcb49c9b3374d5a7bb.png) + ## Features - Realtime timeline using UserStream @@ -12,7 +12,7 @@ YoruFukurou-like Twitter Client built on Electron ### Demo -![](https://i.gyazo.com/3f89eaf9e85820ef0ba79bc2db7c478e.gif) + ## Installation @@ -48,7 +48,7 @@ https://github.com/k0kubun/Nocturn/releases ### Multi account -![](https://i.gyazo.com/be91e798686c0a83a89b9b42a94b24c1.gif) + ## Development diff --git a/package.json b/package.json index 05825da..1ca52ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Nocturn", - "version": "0.5.1", + "version": "1.0.0", "main": "app/main.js", "repository": "https://github.com/k0kubun/Nocturn", "author": {