From a02b5a56b0d0dd7380126f29ff5ce2e96870c4bd Mon Sep 17 00:00:00 2001 From: Nate Goldman Date: Wed, 10 Feb 2016 12:14:23 -0800 Subject: [PATCH] :package: 1.0.0-alpha.2 --- changelog.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index fd267fb..64b3723 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,9 @@ 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.2 +* improve documentation based on feedback + ## 1.0.0-alpha.1 * add warning about magick * add install instructions for imagemagick, graphicsmagick diff --git a/package.json b/package.json index d9c9da4..afc7847 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.1", + "version": "1.0.0-alpha.2", "author": "Nate Goldman ", "bugs": { "url": "https://github.com/ngoldman/himawari-bg/issues"