diff --git a/README.md b/README.md index eef1008..dec2df7 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ all AccurateRip track checksums. This example demonstrates the typical use case of `arver`: verification of files just ripped from a CD. -![Animated ARver usage example](https://raw.githubusercontent.com/arcctgx/arver/v1.3.0/doc/arver_usage.gif) +![Animated ARver usage example](https://raw.githubusercontent.com/arcctgx/arver/v1.4.0/doc/arver_usage.gif) The tracks have been ripped using `cdparanoia` prior to running `arver`. AccurateRip disc ID is calculated based on the TOC of the CD which still is diff --git a/arver/__init__.py b/arver/__init__.py index fde1be4..79445b3 100644 --- a/arver/__init__.py +++ b/arver/__init__.py @@ -1,5 +1,5 @@ """Main ARver package.""" APPNAME = 'ARver' -VERSION = 'v1.4.0.dev3' +VERSION = 'v1.4.0' URL = 'https://github.com/arcctgx/ARver'