Skip to content

Commit

Permalink
fix download url
Browse files Browse the repository at this point in the history
  • Loading branch information
dpolivaevUnite committed May 28, 2023
1 parent 9812705 commit 69c1dff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Ask-GPT-AddOn.mm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<map version="freeplane 1.11.1">
<!--To view this file, download free mind mapping software Freeplane from https://www.freeplane.org -->
<node TEXT="Ask-GPT-AddOn" FOLDED="false" ID="ID_696401721" CREATED="1685111823904" MODIFIED="1685113339551" LINK="https://github.com/dpolivaev/freeplane_openai_addon" BACKGROUND_COLOR="#97c7dc" STYLE="oval" MAX_WIDTH="20 cm">
<node TEXT="Ask-GPT-AddOn" FOLDED="false" ID="ID_696401721" CREATED="1685111823904" MODIFIED="1685272755665" LINK="https://github.com/dpolivaev/freeplane_openai_addon" BACKGROUND_COLOR="#97c7dc" STYLE="oval" MAX_WIDTH="20 cm">
<font SIZE="16" BOLD="true" ITALIC="true"/>
<hook NAME="MapStyle">
<properties show_icon_for_attributes="true" edgeColorConfiguration="#808080ff,#ff0000ff,#0000ffff,#00ff00ff,#ff00ffff,#00ffffff,#7c0000ff,#00007cff,#007c00ff,#7c007cff,#007c7cff,#7c7c00ff" mapUsesOwnSaveOptions="true" save_modification_times="false" save_last_visited_node="default" show_note_icons="true" associatedTemplateLocation="template:/standard-1.6.mm" save_folding="save_folding_if_map_is_changed" fit_to_viewport="false"/>
Expand Down Expand Up @@ -76,7 +76,7 @@
<attribute NAME="freeplaneVersionFrom" VALUE="v1.11.3" OBJECT="org.freeplane.features.format.FormattedObject|java.lang.String&amp;#x7c;v1.11.3|number:decimal:#0.####"/>
<attribute NAME="freeplaneVersionTo" VALUE=""/>
<attribute NAME="homepage" VALUE="github.com/dpolivaev/freeplane_openai_addon"/>
<attribute NAME="downloadUrl" VALUE="https://${homepage}/releases/tag/${version}"/>
<attribute NAME="downloadUrl" VALUE="https://${homepage}/releases/download/${version}/Ask-GPT-AddOn-${version}.addon.mm"/>
<attribute NAME="changelogUrl" VALUE="https://${homepage}/commits/main"/>
<attribute NAME="addonsMenu" VALUE="/menu_bar/OpenAI"/>
<attribute NAME="updateUrl" VALUE="https://raw.githubusercontent.com/dpolivaev/freeplane_openai_addon/release/version.properties"/>
Expand Down
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=v0.3.4
downloadUrl=https://github.com/dpolivaev/freeplane_openai_addon/Ask-GPT-AddOn-v0.3.4.addon.mm
downloadUrl=https://github.com/dpolivaev/freeplane_openai_addon/releases/download/v0.3.4/Ask-GPT-AddOn-v0.3.4.addon.mm
freeplaneVersionFrom=v1.11.3

0 comments on commit 69c1dff

Please sign in to comment.