Skip to content

Commit

Permalink
Update addin version to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mrward committed Aug 7, 2022
1 parent ed7215d commit 7d5aaa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/MonoDevelop.CSharpInteractive/Properties/AddinInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
[assembly:Addin (
"CSharpInteractive",
Namespace = "MonoDevelop",
Version = "0.3",
Version = "0.4",
Category = "IDE extensions")]

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

[assembly: AssemblyVersion ("0.3")]
[assembly: AssemblyVersion ("0.4")]

// 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 7d5aaa2

Please sign in to comment.