Skip to content

Commit

Permalink
Update version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
p0358 committed Dec 30, 2017
1 parent 0160fac commit 2de6e35
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CodeStats/Properties/AssemblyInfo.cs
Expand Up @@ -20,7 +20,6 @@
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
//[assembly: Guid("31492674-6fe0-485c-91f0-2e17244588ff")]
[assembly: Guid("b59f3f46-c49f-4bf0-b9cb-cb9d7d9060e2")]

// Version information for an assembly consists of the following four values:
Expand All @@ -33,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.0")]
[assembly: AssemblyFileVersion("1.0.0")]
[assembly: AssemblyVersion("1.0.1")]
[assembly: AssemblyFileVersion("1.0.1")]
8 changes: 8 additions & 0 deletions HISTORY.rst
Expand Up @@ -3,6 +3,14 @@ History
-------


1.0.1 (2017-12-30)
++++++++++++++++++

- Added the ability to change API URL in GUI
- Added user-agent for API pulses
- Some bug fixes


1.0.0 (2017-12-30)
++++++++++++++++++

Expand Down

0 comments on commit 2de6e35

Please sign in to comment.