Skip to content

Commit

Permalink
updating version information in relevant files
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeck88 committed Mar 7, 2019
1 parent 5d0c1ce commit 36f8875
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions PluginVersions.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<PluginVersions>
<LatestVersion>3.0.8</LatestVersion>
<LatestVersionURL>https://github.com/biocodellc/biocode-lims/releases/download/3.0.8/BiocodePlugin_3_0_8.gplugin</LatestVersionURL>
<ReleaseNotes>==Biocode Plugin 3.0.8 - 12 February 2019==
* Fix GeOMe metadata updating
<LatestVersion>3.0.9</LatestVersion>
<LatestVersionURL>https://github.com/biocodellc/biocode-lims/releases/download/3.0.9/BiocodePlugin_3_0_9.gplugin</LatestVersionURL>
<ReleaseNotes>==Biocode Plugin 3.0.9 - 6 March 2019==
* Fix Project search bug
* Add Genbank Metadata data properties to results list for Geome
</ReleaseNotes>
<ExtraInformation/>
</PluginVersions>
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ println "Gradle " + GradleVersion.current().getVersion() + ' - ' + GradleVersion
apply plugin: "java"
apply plugin: "idea"

version = '3.0.8'
version = '3.0.9'

defaultTasks 'createPlugin';

Expand Down

0 comments on commit 36f8875

Please sign in to comment.