Skip to content

Commit 30db2d0

Browse files
committed
Bump version to 1.3.0
1 parent b59f332 commit 30db2d0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branches: [main]
99

1010
env:
11-
APP_VERSION: "1.2.0"
11+
APP_VERSION: "1.3.0"
1212

1313
jobs:
1414
build-linux:

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
APP_NAME = "Merisio"
1111
CLI_NAME = "merisio-cli"
12-
VERSION = "1.2.0"
12+
VERSION = "1.3.0"
1313

1414

1515
def clean():

src/utils/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Application constants
22

33
APP_NAME = "Merisio"
4-
APP_VERSION = "1.2.0"
4+
APP_VERSION = "1.3.0"
55
FILE_EXTENSION = ".merisio"
66
FILE_FILTER = "Merisio Projects (*.merisio);;All Files (*)"
77

0 commit comments

Comments
 (0)