We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e13271b commit cfec65bCopy full SHA for cfec65b
1 file changed
Rakefile
@@ -1,7 +1,7 @@
1
require 'fileutils'
2
3
APP_NAME = "SerpApi Vision"
4
-VERSION = "1.1"
+VERSION = "1.0"
5
BUILD_DIR = File.join(Dir.pwd, "build")
6
RELEASE_APP = File.join(BUILD_DIR, "Build", "Products", "Release", "#{APP_NAME}.app")
7
DMG_NAME = "#{APP_NAME}-#{VERSION}.dmg"
0 commit comments