Skip to content

Commit 72db841

Browse files
committed
v1.0.3
- Incremented version number - Updated changelog
1 parent 7a653bd commit 72db841

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@
22

33
## 1.0.2 - 2018-02-05
44
- First public release
5+
6+
## 1.0.3 - 2018-04-14
7+
- Fixed [issue #2](https://github.com/josemmo/iotawebwallet/issues/2) (excluded reattached balance from unconfirmed total)
8+
- Added reattachment confirmed status to history ([issue #1](https://github.com/josemmo/iotawebwallet/issues/1))
9+
- Added unconfirmed balance to address list in summary

app/constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
define('APP_VERSION', '1.0.2');
2+
define('APP_VERSION', '1.0.3');
33

44
define('DEP_IOTA_VERSION', '0.4.7');
55
define('DEP_JQUERY_VERSION', '3.3.1');

0 commit comments

Comments
 (0)