Skip to content

Commit

Permalink
v0.3.0 - More Progress Information
Browse files Browse the repository at this point in the history
  • Loading branch information
Hirse committed Aug 2, 2015
1 parent 66d21a5 commit 3fdd584
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand Down

0 comments on commit 3fdd584

Please sign in to comment.