Skip to content

Commit 2513965

Browse files
committed
v0.1.2
1 parent 7a5afde commit 2513965

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/build/settings/base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"app_name": "Slice",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"author": "Christopher Simpkins",
55
"main_module": "src/run.py",
66
"license": "GNU General Public License Version 3"

src/slice/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
)
5757
from .ui.widgets import DragDropLineEdit
5858

59-
__VERSION__ = "0.1.1"
59+
__VERSION__ = "0.1.2"
6060

6161

6262
class MainWindow(QMainWindow):

0 commit comments

Comments
 (0)