Skip to content

Commit f7384fd

Browse files
committed
Merge tag '0.3.15-beta' into develop
0.3.15
2 parents 30748ea + 00926aa commit f7384fd

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9-
## [0.3.14] - 2018-01-09
9+
## [0.3.15] - 2018-01-09
1010

1111
### Changed
1212
- Fixed IRI TCP negotiation bug #4
1313
- Removed binaries from the versioning
14+
- Fixed terminal display
1415

1516
## [0.3.12] - 2018-01-06
1617

dist/node/tools/terminal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ function nodes(_ref4) {
187187
var id = ((connection.hostname || connection.ip) + ':' + connection.port).bold.cyan;
188188
id = connection.name ? (id + ' (' + connection.name + ')').bold.cyan : id;
189189
// const weight = `[trust: ${(connection.trust * 100).toFixed(6)}]`.green;
190-
peersBox.setLine(5 + i, id + ' -> ' + (connection.protocol || 'udp'));
190+
peersBox.setLine(5 + i, id + ' -> ' + (connection.IRIProtocol || 'udp'));
191191
});
192192
}
193193
screen.render();

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nelson.cli",
3-
"version": "0.3.14",
3+
"version": "0.3.15",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/SemkoDev/nelson.cli.git"

0 commit comments

Comments
 (0)