File tree Expand file tree Collapse file tree
src/main/java/xyz/gianlu/librespot Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >xyz.gianlu.librespot</groupId >
77 <artifactId >librespot-java</artifactId >
8- <version >0.5.0 </version >
8+ <version >0.5.1 </version >
99 <relativePath >../</relativePath >
1010 </parent >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >xyz.gianlu.librespot</groupId >
77 <artifactId >librespot-java</artifactId >
8- <version >0.5.0 </version >
8+ <version >0.5.1 </version >
99 <relativePath >../</relativePath >
1010 </parent >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >xyz.gianlu.librespot</groupId >
77 <artifactId >librespot-java</artifactId >
8- <version >0.5.0 </version >
8+ <version >0.5.1 </version >
99 <relativePath >../</relativePath >
1010 </parent >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >xyz.gianlu.librespot</groupId >
77 <artifactId >librespot-java</artifactId >
8- <version >0.5.0 </version >
8+ <version >0.5.1 </version >
99 <relativePath >../</relativePath >
1010 </parent >
1111
9191 <dependency >
9292 <groupId >com.squareup.okhttp3</groupId >
9393 <artifactId >okhttp</artifactId >
94- <version >3.14.0 </version >
94+ <version >3.14.1 </version >
9595 </dependency >
9696 </dependencies >
9797</project >
Original file line number Diff line number Diff line change 66 * @author Gianlu
77 */
88public class Version {
9- public static final String VERSION = "0.5.0 " ;
9+ public static final String VERSION = "0.5.1 " ;
1010
1111 @ NotNull
1212 public static String versionString () {
Original file line number Diff line number Diff line change 55 <groupId >xyz.gianlu.librespot</groupId >
66 <artifactId >librespot-java</artifactId >
77 <packaging >pom</packaging >
8- <version >0.5.0 </version >
8+ <version >0.5.1 </version >
99
1010 <name >librespot-java</name >
1111 <description >Java port of librespot, the Open Source Spotify client library</description >
3838 <maven .compiler.source>1.8</maven .compiler.source>
3939 <maven .compiler.target>1.8</maven .compiler.target>
4040 <gson .version>2.8.5</gson .version>
41- <protobuf .version>3.6.0 </protobuf .version>
41+ <protobuf .version>3.7.1 </protobuf .version>
4242 </properties >
4343
4444 <modules >
You can’t perform that action at this time.
0 commit comments