Skip to content

Commit

Permalink
Increased version to 0.2
Browse files Browse the repository at this point in the history
When  I added ConfigPanel probably would have been a better time, but I think a version bump is definitely due now.... so, yeah......
  • Loading branch information
NetNerd committed Jun 13, 2015
1 parent ce6173e commit f92229e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("0.1")>
<Assembly: AssemblyFileVersion("0.1")>
<Assembly: AssemblyVersion("0.2")>
<Assembly: AssemblyFileVersion("0.2")>
2 changes: 1 addition & 1 deletion Plugin.vb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Public Class Plugin
about.TargetApplication = "VocaDB"
about.Type = PluginType.LyricsRetrieval
about.VersionMajor = 0
about.VersionMinor = 1
about.VersionMinor = 2
about.Revision = 0
about.MinInterfaceVersion = MinInterfaceVersion
about.MinApiRevision = 20
Expand Down

0 comments on commit f92229e

Please sign in to comment.