Skip to content

Commit

Permalink
release: release v0.4.0
Browse files Browse the repository at this point in the history
+ update changelog
  • Loading branch information
andras-tim committed Feb 29, 2016
1 parent 27af68a commit 5a3d263
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 7 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).


## [Unreleased][unreleased]


## [0.4.0] - 2016-02-29
### Added
- Added location filed to Item
- Warning for low item quantity on UI - issue #2

### Changed
- Moved common email related settings from "Log" to "Email" in config file
Expand Down Expand Up @@ -76,7 +80,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Can use barcode printer to create labels


[unreleased]: https://github.com/andras-tim/StoreKeeper/compare/v0.3.0...HEAD
[unreleased]: https://github.com/andras-tim/StoreKeeper/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/andras-tim/StoreKeeper/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/andras-tim/StoreKeeper/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/andras-tim/StoreKeeper/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/andras-tim/StoreKeeper/compare/v0.1.0...v0.2.0
2 changes: 1 addition & 1 deletion VERSION.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[0, 4, 0, "beta"]
[0, 4, 0]
2 changes: 1 addition & 1 deletion client/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="StoreKeeper" />
<meta name="version" content="0.4.0-beta-dev" />
<meta name="version" content="0.4.0-dev" />
<meta name="author" content="Andras Tim" />

<!-- Fav and touch icons -->
Expand Down
2 changes: 1 addition & 1 deletion client/bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "storekeeper",
"description": "StoreKeeper",
"version": "0.4.0-beta",
"version": "0.4.0",
"authors": [
"Andras Tim <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "StoreKeeper",
"description": "Multilingual warehouse/store management software",
"version": "0.4.0-beta",
"version": "0.4.0",
"author": "Andras Tim <[email protected]>",
"contributors": [],
"license": "GPLv2",
Expand Down
2 changes: 1 addition & 1 deletion client/po/en.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Project-Id-Version: \n"
"Project-Id-Version: StoreKeeper v0.4.0\n"

#: app/partials/sidebars/item.html:57
msgid "Add barcode to a new item"
Expand Down
2 changes: 1 addition & 1 deletion client/po/hu.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Andras Tim <[email protected]>, 2016
msgid ""
msgstr ""
"Project-Id-Version: StoreKeeper v0.4.0-beta\n"
"Project-Id-Version: StoreKeeper v0.4.0\n"
"PO-Revision-Date: 2016-02-29 04:11+0000\n"
"Last-Translator: Andras Tim <[email protected]>\n"
"Language-Team: Hungarian (http://www.transifex.com/andras-tim/storekeeper/language/hu/)\n"
Expand Down

0 comments on commit 5a3d263

Please sign in to comment.