Skip to content

Commit

Permalink
Merge pull request #25 from open-dynaMIX/prepare_release_0.2.1
Browse files Browse the repository at this point in the history
chore(release): prepare release; bump version; update CHANGELOG
  • Loading branch information
open-dynaMIX committed Jan 3, 2020
2 parents 1815349 + 6d86dcf commit b9bf771
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.2.1
### Fix
* fix playlist_move validation (7500b4f8819964b9f7e47edd8ae494a697ce4899)
* use events for sending startup notification (067eb23f2c8a3cbe1d395198d60479f95bdf4f12)

## v0.2.0
### Feature
* restyle range input sliders (d2a8a696413faccc275ab4abe2a0dcb5adc6262e)
Expand Down
2 changes: 1 addition & 1 deletion webui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ local dec64 = require("mime").decode("base64")
local url = require("socket.url")

local MSG_PREFIX = "[webui] "
local VERSION = "0.2.0"
local VERSION = "0.2.1"

local options = {
port = 8080,
Expand Down

0 comments on commit b9bf771

Please sign in to comment.