Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
piemonte committed Apr 19, 2019
1 parent 9d6c1e0 commit cfb1c6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Player.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Player'
s.version = '0.13.0'
s.version = '0.13.1'
s.license = 'MIT'
s.summary = 'video player in Swift, simple way to play and stream media in your iOS or tvOS app'
s.homepage = 'https://github.com/piemonte/player'
Expand Down
3 changes: 1 addition & 2 deletions Project/Base.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
//

PRODUCT_NAME = $(TARGET_NAME)
//INFOPLIST_FILE = $(TARGET_NAME)/Info.plist
SWIFT_VERSION = 5.0

CURRENT_PROJECT_VERSION = 0.13.0
CURRENT_PROJECT_VERSION = 0.13.1
DYLIB_CURRENT_VERSION = $(CURRENT_PROJECT_VERSION)

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

0 comments on commit cfb1c6f

Please sign in to comment.