Skip to content

Commit 1881395

Browse files
committed
bump
1 parent 3d8afe1 commit 1881395

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package="synoedit"
22
displayname="Syno Edit"
3-
version="0.0.2"
3+
version="0.0.3"
44
os_min_ver="6.1-14715"
55
description="A simple text editor GUI for Synology. JavaScript editor implemented using CodeMirror."
66
arch="noarch"

package/src/synoedit/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import (
3030

3131
const (
3232
// AppVersion is the Program Version
33-
AppVersion = "0.0.2"
33+
AppVersion = "0.0.3"
3434
// DefaultDatabaseFileName is the main file name for database
3535
DefaultDatabaseFileName = "database.toml"
3636
// DefaultDatabaseSHA256Checksum is used to detect manipulation or corruption

0 commit comments

Comments
 (0)