From 3fdd584486c7cbf2c705571d9490bdc87dc95b17 Mon Sep 17 00:00:00 2001 From: Hirse Date: Mon, 3 Aug 2015 00:03:01 +0200 Subject: [PATCH] v0.3.0 - More Progress Information --- CHANGELOG.md | 2 +- package.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 067a87f..5a81f77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. This project tries to adhere to [Semantic Versioning](http://semver.org/). -## Unreleased +## 0.3.0 - 2015-08-03 ### Added - More Dialogs to show installation status - Animated Toolbar Icons to show progress diff --git a/package.json b/package.json index e00a8db..e41fd04 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "hirse.ungit", - "version": "0.2.0", + "version": "0.3.0", "title": "Brackets Ungit", - "description": "Run and view Ungit in Brackets. Ungit is a \"Clean and intuitive UI that makes it easy to understand git.\" Requires Git to be installed, works together with Brackets-Git.", + "description": "Run and view Ungit in Brackets. Ungit is a \"Clean and intuitive UI that makes it easy to understand git.\" Requires Git and npm to be installed, works together with Brackets-Git.", "engines": { - "brackets": ">=1.3.0" + "brackets": ">=1.4.0" }, "homepage": "https://github.com/Hirse/brackets-ungit", "repository": "Hirse/brackets-ungit", @@ -15,7 +15,7 @@ "i18n": ["en", "de"], "package-i18n": { "de": { - "description": "Ungit direkt in Brackets. Ungit ist eine \"saubere und intuitive Oberfläche, die es einfach macht, Git zu verstehen.\" Benötigt eine Git Installation. Funktioniert auch parallel zu Brackets-Git." + "description": "Ungit direkt in Brackets. Ungit ist eine \"saubere und intuitive Oberfläche, die es einfach macht, Git zu verstehen.\" Benötigt eine Git und npm Installation. Funktioniert auch parallel zu Brackets-Git." } }, "dependencies": {