Skip to content

Commit cc8fe37

Browse files
committed
new release
1 parent c670768 commit cc8fe37

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Whitespace-only changes.

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.7"
3+
version="0.0.8"
44
os_min_ver="7.0-4000"
55
description="A simple text editor GUI for Synology. JavaScript editor implemented using CodeMirror."
66
arch="apollolake avoton braswell broadwell broadwellnk bromolow cedarview denverton dockerx64 grantley kvmx64 x86 x64 x86_64"

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.7"
33+
AppVersion = "0.0.8"
3434
// DefaultDatabaseFileName is the main file name for database
3535
DefaultDatabaseFileName = "database.toml"
3636
// DefaultLayoutFileName is the html template for the http repose

0 commit comments

Comments
 (0)