Skip to content
Snippets Groups Projects
Commit 6fb85b39 authored by Jörg Richter's avatar Jörg Richter
Browse files

0.6.1 Release

parent 1a4e0cbd
No related merge requests found
......@@ -110,6 +110,12 @@ https://dmx.readthedocs.io/en/latest/devel.html
## Version History
**0.6.1** -- Aug 17, 2020
* Chore:
* Compatible with DMX 5.0
* Revised README
**0.6** -- Mar 30, 2020
* Improvement:
......
{
"name": "dmx-plugin-template",
"version": "0.6.0",
"version": "0.6.1",
"description": "A starter project for developing a DMX 5 plugin",
"author": "Jörg Richter <jri@dmx.berlin>",
"license": "GPL-3.0-or-later",
......
......@@ -7,13 +7,13 @@
<name>DMX 5 Plugin Template</name>
<groupId>com.example</groupId>
<artifactId>dmx-plugin-template</artifactId>
<version>0.6</version>
<version>0.6.1</version>
<packaging>bundle</packaging>
<parent>
<groupId>systems.dmx</groupId>
<artifactId>dmx-plugin</artifactId>
<version>5.0-beta-7</version>
<version>5.0</version>
</parent>
<build>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment