malensek / jbsdiff

Java implementation of the bsdiff algorithm
http://sigpipe.io/jbsdiff
Other
130 stars 41 forks source link

Maven central version mismatch? #16

Open ghost opened 4 years ago

ghost commented 4 years ago

The version in Maven central and the version in this repo are 1.0, however they seem to be different! For example: the version of Patch in this repo has support for passing in Files as arguments -- but the version in Maven central doesn't.

Would it be possible to bump the version and get the new one into Maven central?

Thanks!

excitedhaha commented 4 years ago

I find this problem too. Cloned this project to use the library directly finally