Skip to content

Commit

Permalink
Update addin version to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrward committed Dec 13, 2017
1 parent c18c755 commit 938eccc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/MonoDevelop.TemplateCreator/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion ("0.1")]
[assembly: AssemblyVersion ("0.2")]

// 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
2 changes: 1 addition & 1 deletion src/MonoDevelop.TemplateCreator/TemplateCreator.addin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
url = "https://github.com/mrward/monodevelop-template-creator-addin"
description = "Create project templates for Visual Studio for Mac"
category = "IDE extensions"
version = "0.1">
version = "0.2">

<Runtime>
<Import assembly="MonoDevelop.TemplateCreator.dll" />
Expand Down

0 comments on commit 938eccc

Please sign in to comment.