Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
piemonte committed Apr 27, 2019
1 parent d92f40a commit 081e0d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NextLevel.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'NextLevel'
s.version = '0.15.2'
s.version = '0.15.3'
s.license = 'MIT'
s.summary = 'Rad Media Capture in Swift'
s.homepage = 'https://github.com/nextlevel/NextLevel'
Expand Down
2 changes: 1 addition & 1 deletion Project/NextLevel/Base.xcconfig
Expand Up @@ -8,7 +8,7 @@ PRODUCT_NAME = $(TARGET_NAME)
INFOPLIST_FILE = $(TARGET_NAME)/Info.plist
SWIFT_VERSION = 5.0

CURRENT_PROJECT_VERSION = 0.15.2
CURRENT_PROJECT_VERSION = 0.15.3
DYLIB_CURRENT_VERSION = $(CURRENT_PROJECT_VERSION)

ARCHS[sdk=iphoneos*] = $(ARCHS_STANDARD_INCLUDING_64_BIT)
Expand Down

0 comments on commit 081e0d9

Please sign in to comment.