diff --git a/RNGL.podspec b/RNGL.podspec index ee35e03640da97ccbbcb9c3db6031e7314eb6d09..4a171dcb6a92959aaa1dfc04aa6a253b6b744435 100644 --- a/RNGL.podspec +++ b/RNGL.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = "RNGL" - s.version = "2.42.0" + s.version = "2.42.1" s.author = "Project September" s.summary = "OpenGL bindings for React Native to implement complex effects over images and components" s.homepage = "https://github.com/ProjectSeptemberInc/gl-react-native" s.platform = :ios, "8.0" - s.source = { :git => "https://github.com/ProjectSeptemberInc/gl-react-native.git", :tag => "v2.42.0" } + s.source = { :git => "https://github.com/ProjectSeptemberInc/gl-react-native.git", :tag => "v2.42.1" } s.source_files = "ios/*.{h,m}" s.license = "MIT"