Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

Commit

Permalink
Added release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
creising committed Nov 7, 2014
1 parent aa57742 commit e3e16f1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
### Version 1.1

### Version 1.0 (11/7/2014)
- Initial release of client library which includes support for:

* Retrieval of system information
* Retrieval of playback information
* Retrieval of level from the DMX output
* Playing a cue on a playback
* Clearing a playback
* Setting a channel
* Setting a range of channels
* Recording a cue
* Updating a cue
* Deleting a cue
2 changes: 1 addition & 1 deletion client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ modifyPom {
project {
name 'CueServer HTTP client'
description 'Client library for the CueServer HTTP interface.'
url 'https://urbanbyte.org'
url 'http://urbanbyte.org'
inceptionYear '2014'
artifactId = "cueserver-client"

Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri Oct 31 19:20:26 EDT 2014
#Thu Nov 06 23:36:47 EST 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.1-all.zip

0 comments on commit e3e16f1

Please sign in to comment.