Skip to content

Commit cfec65b

Browse files
committed
Update version
1 parent e13271b commit cfec65b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require 'fileutils'
22

33
APP_NAME = "SerpApi Vision"
4-
VERSION = "1.1"
4+
VERSION = "1.0"
55
BUILD_DIR = File.join(Dir.pwd, "build")
66
RELEASE_APP = File.join(BUILD_DIR, "Build", "Products", "Release", "#{APP_NAME}.app")
77
DMG_NAME = "#{APP_NAME}-#{VERSION}.dmg"

0 commit comments

Comments
 (0)