Skip to content

Commit

Permalink
Bump the version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusFreke committed May 8, 2020
1 parent bf42e89 commit 3800e3a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
apply plugin: 'idea'

group 'org.jf'
version '0.6.0'
version '0.6.1'

sourceCompatibility = 1.8

Expand Down
11 changes: 8 additions & 3 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>org.jf.fusionIdea</id>
<name>Fusion 360 Scripting</name>
<version>0.6.0</version>
<version>0.6.1</version>
<vendor email="[email protected]" url="https://github.com/JesusFreke/fusionIdea">Ben Gruver</vendor>
<description>
<![CDATA[
Expand Down Expand Up @@ -87,8 +87,13 @@ etc.</li>

<change-notes>
<![CDATA[
<a href="https://github.com/JesusFreke/fusionIdea/tree/v0.6.0"><b>v0.6.0</b></a> (2020-04-11) <br/>
<a href="https://github.com/JesusFreke/fusionIdea/compare/v0.5.7...v0.6.0"><small>Changelog</small></a> <br/>
<a href="https://github.com/JesusFreke/fusionIdea/tree/v0.6.1"><b>v0.6.1</b></a> (2020-04-11) <br/>
<a href="https://github.com/JesusFreke/fusionIdea/compare/v0.6.0...v0.6.1"><small>v0.6.1 Changelog</small></a> <br/>
<ul>
<li>Fixed an issue when adding a new configuration in the Run Configuration dialog in 2020.1</li>
<li>Added a check for the add-in version, with a message in the debug console when a new version is available.</li>
</ul>
<a href="https://github.com/JesusFreke/fusionIdea/compare/v0.5.7...v0.6.0"><small>v0.6.0 Changelog</small></a> <br/>
<ul>
<li>Added support for Mac</li>
<li>An add-in is now required (again) in Fusion 360. See
Expand Down

0 comments on commit 3800e3a

Please sign in to comment.