diff --git a/dist/osx/Studio.app/Contents/Info.plist b/dist/osx/Studio.app/Contents/Info.plist
index aec2fd5d8..71ad860a7 100644
--- a/dist/osx/Studio.app/Contents/Info.plist
+++ b/dist/osx/Studio.app/Contents/Info.plist
@@ -11,7 +11,7 @@
CFBundleInfoDictionaryVersion
6.0
CFBundleVersion
- Version 1.4.3
+ Version 1.4.4
CFBundleExecutable
Studio
CFBundleGetInfoString
@@ -27,6 +27,6 @@
LSMinimumSystemVersion
10.12.0
CFBundleShortVersionString
- 1.4.3
+ 1.4.4
diff --git a/dist/ubuntu-18.04/studio/DEBIAN/control b/dist/ubuntu-18.04/studio/DEBIAN/control
index c9e48f438..47616d4a4 100644
--- a/dist/ubuntu-18.04/studio/DEBIAN/control
+++ b/dist/ubuntu-18.04/studio/DEBIAN/control
@@ -1,5 +1,5 @@
Package: studio
-Version: 1.4.2-1
+Version: 1.4.4-1
Section: base
Priority: optional
Architecture: amd64
diff --git a/src/Studio/Resources/NMStudio.rc b/src/Studio/Resources/NMStudio.rc
index 4c0728873..890dced51 100644
--- a/src/Studio/Resources/NMStudio.rc
+++ b/src/Studio/Resources/NMStudio.rc
@@ -7,8 +7,8 @@
//
VS_VERSION_INFO VERSIONINFO
-FILEVERSION 1,4,3,0
-PRODUCTVERSION 1,4,3,0
+FILEVERSION 1,4,4,0
+PRODUCTVERSION 1,4,4,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -25,12 +25,12 @@ BLOCK "040004b0"
BEGIN
VALUE "CompanyName", "neuromore co"
VALUE "FileDescription", "neuromore Studio"
-VALUE "FileVersion", "1.4.3.0"
+VALUE "FileVersion", "1.4.4.0"
VALUE "InternalName", "neuromore.studio"
VALUE "LegalCopyright", "Copyright (C) 2020"
VALUE "OriginalFilename", ""
VALUE "ProductName", "neuromore Studio"
-VALUE "ProductVersion", "1.4.3.0"
+VALUE "ProductVersion", "1.4.4.0"
END
END
BLOCK "VarFileInfo"
diff --git a/src/Studio/Version.h b/src/Studio/Version.h
index 754fbd4d9..6545a6a66 100644
--- a/src/Studio/Version.h
+++ b/src/Studio/Version.h
@@ -26,6 +26,6 @@
#define NEUROMORE_STUDIO_VERSION_MAJOR 1
#define NEUROMORE_STUDIO_VERSION_MINOR 4
- #define NEUROMORE_STUDIO_VERSION_PATCH 3
+ #define NEUROMORE_STUDIO_VERSION_PATCH 4
#endif