diff --git a/CHANGELOG.md b/CHANGELOG.md index 5315f30..f044e42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # Change Log +## v0.4.3 +- Show relative time for tweet timestamp +- Downgrade Electron to v0.36 + - Chrome 39 in Electron v0.37 has an inevitable bug + ## v0.4.2 - Use home directory to save credentials - Credentials are not discarded in reinstallation from this version diff --git a/package.json b/package.json index 6ae56f4..c37e5fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Nocturn", - "version": "0.4.2", + "version": "0.4.3", "main": "app/main.js", "repository": "https://github.com/k0kubun/Nocturn", "author": {