File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/com/soundcloud/api Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ See LICENSE for details.
240240[ Apache HttpClient ] : http://hc.apache.org/httpcomponents-client-ga/
241241[ HttpMime ] : http://hc.apache.org/httpcomponents-client-ga/httpmime
242242[ json-java ] : http://json.org/java/
243- [ javadoc ] : http://soundcloud.github.com/java-api-wrapper/javadoc/1.3.0 /com/soundcloud/api/package-summary.html
243+ [ javadoc ] : http://soundcloud.github.com/java-api-wrapper/javadoc/1.3.1 /com/soundcloud/api/package-summary.html
244244[ soundcloudapi-java ] : http://code.google.com/p/soundcloudapi-java/
245245[ soundcloudapi-java-annouce ] : http://blog.soundcloud.com/2010/01/08/java-wrapper/
246246[ CreateWrapper ] : https://github.com/soundcloud/java-api-wrapper/blob/master/src/examples/java/com/soundcloud/api/examples/CreateWrapper.java
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ public interface CloudAPI {
3939 // other constants
4040 String REALM = "SoundCloud" ;
4141 String OAUTH_SCHEME = "oauth" ;
42- String VERSION = "1.3.0 " ;
42+ String VERSION = "1.3.1 " ;
4343 String USER_AGENT = "SoundCloud Java Wrapper (" +VERSION +")" ;
4444
4545 /**
Original file line number Diff line number Diff line change 77 *
88 * @see com.soundcloud.api.ApiWrapper
99 * @author Jan Berkel <jan@soundcloud.com>
10- * @version 1.3.0, 22/04 /13
10+ * @version 1.3.1, 02/10 /13
1111 */
1212package com .soundcloud .api ;
You can’t perform that action at this time.
0 commit comments