Skip to content

Commit

Permalink
Fix for v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidvidmar committed Nov 17, 2017
1 parent b77f1d0 commit b9a7d4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Crycker/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.2.0")]
[assembly: AssemblyFileVersion("1.0.2.0")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -29,6 +29,7 @@ Have an idea? Found a bug? [Leave feedback](mailto:crycker@vidmar.net) or [subm

**v1.0.1** - 7th Oct 2017

* check for updates automatically, can be turned off in config file
* support for generic currencies, that can be set in config file
* read config file from directory where executable is, not from current working directory
* Bitstamp sometimes returns bogus answer, ignore it
Expand Down

0 comments on commit b9a7d4b

Please sign in to comment.