diff --git a/GLTFSceneKit.podspec b/GLTFSceneKit.podspec
index 137a2f31..0e2d8e6f 100644
--- a/GLTFSceneKit.podspec
+++ b/GLTFSceneKit.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "GLTFSceneKit"
- s.version = "0.1.1"
+ s.version = "0.1.2"
s.summary = "glTF loader for SceneKit"
s.homepage = "https://github.com/magicien/GLTFSceneKit"
s.license = "MIT"
diff --git a/Sample/iOS/Info.plist b/Sample/iOS/Info.plist
index 8c8a594b..42a0f332 100644
--- a/Sample/iOS/Info.plist
+++ b/Sample/iOS/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.0.2
+ 0.1.2
CFBundleVersion
1
LSRequiresIPhoneOS
diff --git a/Sample/macOS/Info.plist b/Sample/macOS/Info.plist
index 0e07235a..0bb510aa 100644
--- a/Sample/macOS/Info.plist
+++ b/Sample/macOS/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.0.2
+ 0.1.2
CFBundleVersion
1
LSApplicationCategoryType
diff --git a/Source/iOS/Info.plist b/Source/iOS/Info.plist
index d8ef8fe8..109be87f 100644
--- a/Source/iOS/Info.plist
+++ b/Source/iOS/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 0.0.2
+ 0.1.2
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSPrincipalClass
diff --git a/Source/macOS/Info.plist b/Source/macOS/Info.plist
index 23fd4f98..d1bb914d 100644
--- a/Source/macOS/Info.plist
+++ b/Source/macOS/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 0.1.1
+ 0.1.2
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSHumanReadableCopyright