Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source_dir=$(build_dir)/source
sign_dir=$(build_dir)/sign
package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
version+=0.1.0-beta.1
version+=0.1.0-beta.2

all: build-front appstore

Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<name>Mind Map</name>
<summary>A mind map editor</summary>
<description><![CDATA[This application enables Nextcloud users to open, save and edit mind map files in the web browser. If enabled, an entry in the "New" button at the top of the web browser the mind map file entry appears. When clicked, a new mind map file opens in the browser and the file can be saved into the current Nextcloud folder.]]></description>
<version>0.1.0-beta.1</version>
<version>0.1.0-beta.2</version>
<licence>AGPL-3.0-or-later</licence>
<author>Jingtao Yan, Nextcloud community</author>
<namespace>Files_MindMap</namespace>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "files_mindmap",
"version": "0.1.0-beta.1",
"version": "0.1.0-beta.2",
"description": "A Mind map editor",
"author": "Jingtao Yan",
"author": "Jingtao Yan, Nextcloud community",
"license": "AGPL-3.0-or-later",
"type": "module",
"bugs": {
Expand Down
Loading