Skip to content

Commit

Permalink
Updated version and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
despegargcampelo committed Jan 10, 2013
1 parent d6424f6 commit f435dd0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ windows32, windows64, linux32, linux64, maccocoa32 or maccocoa64.
Requires Java >= 1.6

Get the build corresponding to your system from https://sourceforge.net/projects/gdupfinder/files/
and unzip GDuplicateFinder-2.0.0.zip
and unzip GDuplicateFinder-2.0.1.zip

On windows run: `bin/FileDuplicateFinderUI.bat`

Expand All @@ -65,6 +65,12 @@ On an Ubuntu distribution just run `sudo apt-get install gtk2-engines-pixbuf`

##ChangeLog

### Version 2.0.1

- Changed misleading text: 'Keep selection' for 'Multi-batch-select'
- Added donation links
- Added readme (thx to PFG)

### Version 2.0.0

- Ability to run program with file to load search parameters / search session / duplicate results
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ junitVersion = 4.8.2
# the one and only location version changes need to be made.
# ------------------------------------------------------------------------------
gDuplicateFinderZipName=GDuplicateFinder
GDuplicateFinderVersion=2.0.0
GDuplicateFinderVersion=2.0.1
14 changes: 7 additions & 7 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"version" : "2.0.0",
"version" : "2.0.1",
"builds" : {
"windows32" : "http://sourceforge.net/projects/gdupfinder/files/windows32/GDuplicateFinder-2.0.0.zip/download",
"windows64" : "http://sourceforge.net/projects/gdupfinder/files/windows64/GDuplicateFinder-2.0.0.zip/download",
"linux32" : "http://sourceforge.net/projects/gdupfinder/files/linux32/GDuplicateFinder-2.0.0.zip/download",
"linux64" : "http://sourceforge.net/projects/gdupfinder/files/linux64/GDuplicateFinder-2.0.0.zip/download",
"maccocoa32" : "http://sourceforge.net/projects/gdupfinder/files/maccocoa32/GDuplicateFinder-2.0.0.zip/download",
"maccocoa64" : "http://sourceforge.net/projects/gdupfinder/files/maccocoa64/GDuplicateFinder-2.0.0.zip/download"
"windows32" : "http://sourceforge.net/projects/gdupfinder/files/windows32/GDuplicateFinder-2.0.1.zip/download",
"windows64" : "http://sourceforge.net/projects/gdupfinder/files/windows64/GDuplicateFinder-2.0.1.zip/download",
"linux32" : "http://sourceforge.net/projects/gdupfinder/files/linux32/GDuplicateFinder-2.0.1.zip/download",
"linux64" : "http://sourceforge.net/projects/gdupfinder/files/linux64/GDuplicateFinder-2.0.1.zip/download",
"maccocoa32" : "http://sourceforge.net/projects/gdupfinder/files/maccocoa32/GDuplicateFinder-2.0.1.zip/download",
"maccocoa64" : "http://sourceforge.net/projects/gdupfinder/files/maccocoa64/GDuplicateFinder-2.0.1.zip/download"
}
}

0 comments on commit f435dd0

Please sign in to comment.