Skip to content

Commit

Permalink
Upped version
Browse files Browse the repository at this point in the history
  • Loading branch information
ademanuele committed May 3, 2020
1 parent 689dfb3 commit ac6ced0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[assembly: Addin(
"Code Coverage",
Namespace = "CodeCoverage",
Version = "2.0.1-alpha"
Version = "1.0"
)]

[assembly: AddinName("CodeCoverage")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("2.0.*")]
[assembly: AssemblyVersion("1.0.*")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down

0 comments on commit ac6ced0

Please # to comment.