Skip to content

Commit c7604f0

Browse files
committed
Release 0.6.3
1 parent 0b83729 commit c7604f0

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ This change log follows the conventions of
66

77
## [Unreleased][unreleased]
88

9+
Nothing so far.
10+
11+
## [0.6.3] - 2020-12-28
12+
913
### Added
1014

1115
- The ability to set a player's My Settings configuration by sending
@@ -65,7 +69,7 @@ This change log follows the conventions of
6569
Pro DJ Link protocol, so when Beat Link is connected to an ethernet
6670
port on a mixer that is assigned a dedicated channel number, it will
6771
use that device number, and we defend our device number once we have
68-
successully claimed it.
72+
successfully claimed it.
6973

7074
### Deprecated
7175

@@ -678,7 +682,8 @@ This change log follows the conventions of
678682
- Initial early release of DeviceFinder.
679683

680684

681-
[unreleased]: https://github.com/Deep-Symmetry/beat-link/compare/v0.6.2...HEAD
685+
[unreleased]: https://github.com/Deep-Symmetry/beat-link/compare/v0.6.3...HEAD
686+
[0.6.3]: https://github.com/Deep-Symmetry/beat-link/compare/v0.6.2...v0.6.3
682687
[0.6.2]: https://github.com/Deep-Symmetry/beat-link/compare/v0.6.1...v0.6.2
683688
[0.6.1]: https://github.com/Deep-Symmetry/beat-link/compare/v0.6.0...v0.6.1
684689
[0.6.0]: https://github.com/Deep-Symmetry/beat-link/compare/v0.5.5...v0.6.0

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.deepsymmetry</groupId>
66
<artifactId>beat-link</artifactId>
7-
<version>0.6.3-SNAPSHOT</version>
7+
<version>0.6.3</version>
88
<packaging>jar</packaging>
99

1010
<name>beat-link</name>
@@ -64,12 +64,12 @@
6464
<dependency>
6565
<groupId>org.deepsymmetry</groupId>
6666
<artifactId>electro</artifactId>
67-
<version>0.1.4-SNAPSHOT</version>
67+
<version>0.1.4</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>org.deepsymmetry</groupId>
7171
<artifactId>crate-digger</artifactId>
72-
<version>0.1.5-SNAPSHOT</version>
72+
<version>0.1.5</version>
7373
</dependency>
7474
<!-- Kaitai Struct Compiler runtime for Java, since we refer to parts of it directly -->
7575
<dependency>

0 commit comments

Comments
 (0)