diff --git a/Aperture.podspec b/Aperture.podspec
index d46b99a..09052ae 100644
--- a/Aperture.podspec
+++ b/Aperture.podspec
@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
 	s.name = 'Aperture'
-	s.version = '0.0.0'
+	s.version = '0.1.0'
 	s.summary = 'Record the screen on macOS'
 	s.license = 'MIT'
 	s.homepage = 'https://github.com/wulkano/Aperture'
diff --git a/Aperture.xcodeproj/Aperture_Info.plist b/Aperture.xcodeproj/Aperture_Info.plist
index 411fad7..6a6399a 100644
--- a/Aperture.xcodeproj/Aperture_Info.plist
+++ b/Aperture.xcodeproj/Aperture_Info.plist
@@ -13,7 +13,7 @@
 	<key>CFBundlePackageType</key>
 	<string>FMWK</string>
 	<key>CFBundleShortVersionString</key>
-	<string>0.0.0</string>
+	<string>0.1.0</string>
 	<key>CFBundleVersion</key>
 	<string>$(CURRENT_PROJECT_VERSION)</string>
 	<key>NSPrincipalClass</key>
diff --git a/readme.md b/readme.md
index 6162689..ce525e9 100644
--- a/readme.md
+++ b/readme.md
@@ -17,7 +17,7 @@
 #### SwiftPM
 
 ```swift
-.package(url: "https://github.com/wulkano/Aperture", from: "0.0.0")
+.package(url: "https://github.com/wulkano/Aperture", from: "0.1.0")
 ```
 
 #### Carthage