Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jguerinet committed Apr 9, 2015
1 parent 0198ca6 commit ee7fa6e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/stringparser/Language.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
/**
* One language that the Strings are in
* @author Julien Guerinet
* @version 1.0
* @since 1.0
* @version 2.0
* @since 2.0
*/
public class Language {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/stringparser/LanguageString.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/**
* One String with all of the translations
* @author Julien Guerinet
* @version 1.0
* @version 2.0
* @since 1.0
*/
public class LanguageString {
Expand Down
2 changes: 1 addition & 1 deletion src/stringparser/StringParser.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* Main class, executes the main code for parsing the Google Docs file
* @author Julien Guerinet
* @version 1.0
* @version 2.0
* @since 1.0
*/
public class StringParser{
Expand Down

0 comments on commit ee7fa6e

Please sign in to comment.