Skip to content

Commit

Permalink
Updated jar, version number, and README.
Browse files Browse the repository at this point in the history
  • Loading branch information
jguerinet committed May 5, 2015
1 parent 9457d2d commit ad2cc4c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file not shown.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Local Data Downloader

## Version History
* Version 1.4 - May 05, 2015 (Using okio and okhttp)
* Version 1.3 - April 16, 2015 (Added logging)
* Version 1.2 - April 15, 2015 (Use of a config file and multiple data file support)
* Version 1.1 - April 06, 2015 (ImmunizeCA Branch)
Expand Down
2 changes: 1 addition & 1 deletion src/LocalDataDownloader.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/**
* Main class, executes the main code for downloading and saving the local data
* @author Julien Guerinet
* @version 1.2
* @version 1.4
* @since 1.0
*/
public class LocalDataDownloader {
Expand Down

0 comments on commit ad2cc4c

Please sign in to comment.