diff --git a/changelog.md b/changelog.md index 471909f..fd267fb 100644 --- a/changelog.md +++ b/changelog.md @@ -3,5 +3,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 1.0.0-alpha.1 +* add warning about magick +* add install instructions for imagemagick, graphicsmagick +* improve docs + ## 1.0.0-alpha * alpha release diff --git a/package.json b/package.json index 6ba41b2..d9c9da4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "himawari-bg", "description": "Set the latest image from Himawari 8 as your desktop background", - "version": "1.0.0-alpha", + "version": "1.0.0-alpha.1", "author": "Nate Goldman ", "bugs": { "url": "https://github.com/ngoldman/himawari-bg/issues"