Skip to content

Commit

Permalink
Bump version to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mpatric committed Feb 20, 2013
1 parent 7a64c4b commit 6e91a0f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ant.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ scripts-dir=scripts
jar-file=mp3agic.jar
javadoc-access=private
javadoc-title=<h1>mp3agic</h1>
javadoc-footer-message=<div align="right"><i>Version 0.7 - 2006-2010 - <a href="http://github.com/mpatric/mp3agic" target="_top">http://github.com/mpatric/mp3agic</a></i></div>
javadoc-footer-message=<div align="right"><i>Version 0.8 - 2006-2013 - <a href="http://github.com/mpatric/mp3agic" target="_top">http://github.com/mpatric/mp3agic</a></i></div>
compile-target=1.5
compile-debug=off
2 changes: 1 addition & 1 deletion mit-license.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2006-2010 Michael Patricios http://github.com/mpatric/mp3agic
Copyright (c) 2006-2013 Michael Patricios http://github.com/mpatric/mp3agic

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.mpatric.mp3agic</groupId>
<artifactId>mp3agic</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.8-SNAPSHOT</version>
<name>mp3agic</name>
<description>A java library for reading mp3 files and reading / manipulating the ID3 tags (ID3v1 and ID3v2.2 through ID3v2.4).</description>
<url>https://github.com/mpatric/mp3agic</url>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/mpatric/mp3agic/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

public class Version {
private static final int MAJOR_VERSION = 0;
private static final int MINOR_VERSION = 7;
private static final int MINOR_VERSION = 8;
private static final String URL = "http://github.com/mpatric/mp3agic";

public static String asString() {
Expand Down

0 comments on commit 6e91a0f

Please sign in to comment.