Skip to content

Commit 2fbd33f

Browse files
Merge pull request #281 from nextcloud/chore/noid/0.1.0-beta.2
Pre-release v0.1.0-beta.2
2 parents b36a4a6 + c7fb5aa commit 2fbd33f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ source_dir=$(build_dir)/source
1111
sign_dir=$(build_dir)/sign
1212
package_name=$(app_name)
1313
cert_dir=$(HOME)/.nextcloud/certificates
14-
version+=0.1.0-beta.1
14+
version+=0.1.0-beta.2
1515

1616
all: build-front appstore
1717

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<name>Mind Map</name>
1111
<summary>A mind map editor</summary>
1212
<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>
13-
<version>0.1.0-beta.1</version>
13+
<version>0.1.0-beta.2</version>
1414
<licence>AGPL-3.0-or-later</licence>
1515
<author>Jingtao Yan, Nextcloud community</author>
1616
<namespace>Files_MindMap</namespace>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "files_mindmap",
3-
"version": "0.1.0-beta.1",
3+
"version": "0.1.0-beta.2",
44
"description": "A Mind map editor",
5-
"author": "Jingtao Yan",
5+
"author": "Jingtao Yan, Nextcloud community",
66
"license": "AGPL-3.0-or-later",
77
"type": "module",
88
"bugs": {

0 commit comments

Comments
 (0)