From 6f16a2686b27f56f253d82ac3474c66ffbac5e1a Mon Sep 17 00:00:00 2001 From: Nate Goldman Date: Mon, 8 Feb 2016 23:25:12 -0800 Subject: [PATCH] :package: 1.0.0-alpha.1 --- changelog.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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"