Skip to content

Commit

Permalink
Version bump to 1.0.3 incorporating radiovis-http application
Browse files Browse the repository at this point in the history
  • Loading branch information
byrion committed Jan 20, 2015
1 parent c5f2f70 commit 82ea3df
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ For more information about RadioDNS, please see the official documentation: [htt

### Installation

Download [radiodns-1.0.2.jar](https://github.com/radiodns/java-radiodns/downloads) and add it to your project.
Download [radiodns-1.0.3.jar](https://github.com/radiodns/java-radiodns/releases) from the releases page and add it to your project.

The library depends on the [dnsjava](http://www.dnsjava.org/) library.

Expand Down
2 changes: 1 addition & 1 deletion src/org/radiodns/AMService.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/**
* @author Byrion Smith <[email protected]>
* @version 1.0.2
* @version 1.0.3
*/
public class AMService extends Service {

Expand Down
2 changes: 1 addition & 1 deletion src/org/radiodns/Application.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* RadioDNS Application
*
* @author Byrion Smith <[email protected]>
* @version 1.0.2
* @version 1.0.3
*/
public class Application {
private String mApplicationId;
Expand Down
2 changes: 1 addition & 1 deletion src/org/radiodns/DABService.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/**
* @author Byrion Smith <[email protected]>
* @version 1.0.2
* @version 1.0.3
*/
public class DABService extends Service {

Expand Down
2 changes: 1 addition & 1 deletion src/org/radiodns/FMService.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/**
* @author Byrion Smith <[email protected]>
* @version 1.0.2
* @version 1.0.3
*/
public class FMService extends Service {

Expand Down
2 changes: 1 addition & 1 deletion src/org/radiodns/HDService.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/**
* @author Byrion Smith <[email protected]>
* @version 1.0.2
* @version 1.0.3
*/
public class HDService extends Service {

Expand Down
2 changes: 1 addition & 1 deletion src/org/radiodns/IPService.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/**
* @author Byrion Smith <[email protected]>
* @version 1.0.2
* @version 1.0.3
*/
public class IPService extends Service {

Expand Down
2 changes: 1 addition & 1 deletion src/org/radiodns/LookupException.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/**
* @author Byrion Smith <[email protected]>
* @version 1.0.2
* @version 1.0.3
*/
public class LookupException extends Exception {

Expand Down
2 changes: 1 addition & 1 deletion src/org/radiodns/RadioDNS.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* applications.
*
* @author Byrion Smith <[email protected]>
* @version 1.0.2
* @version 1.0.3
*/
public class RadioDNS {

Expand Down
2 changes: 1 addition & 1 deletion src/org/radiodns/Record.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Delegator of SRVRecord
*
* @author Byrion Smith <[email protected]>
* @version 1.0.2
* @version 1.0.3
* @see org.xbill.DNS.SRVRecord
*/
public class Record {
Expand Down
2 changes: 1 addition & 1 deletion src/org/radiodns/Service.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* Represents a Radio Service from which RadioDNS Applications can be resolved
*
* @author Byrion Smith <[email protected]>
* @version 1.0.2
* @version 1.0.3
*/
public abstract class Service {

Expand Down

0 comments on commit 82ea3df

Please sign in to comment.