diff --git a/CHANGELOG.md b/CHANGELOG.md index 53bb4c4..4bb5a0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Change Log +## v1.6.8 +- A bunch of version upgrades of libraries (except Electron) for security fixes + ## v1.6.7 - Rewrite the account selector's implementation - The design was made similar to my Linux environment. diff --git a/package.json b/package.json index 7fb6c44..f39575c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Nocturn", "description": "Multi-platform Twitter Client built with React, Redux and Electron", - "version": "1.6.7", + "version": "1.6.8", "main": "app/main.js", "repository": "https://github.com/k0kubun/Nocturn", "author": {