Skip to content

Commit

Permalink
updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion committed Mar 27, 2020
1 parent 482dbcc commit 94ced5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AssetLib.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
#

spec.name = "AssetLib"
spec.version = "0.0.1"
spec.version = "0.1.0"
spec.summary = "Build and Parse Asset Catalogs in Swift."

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -80,7 +80,7 @@ Pod::Spec.new do |spec|
# Supports git, hg, bzr, svn and HTTP.
#

spec.source = { :git => "https://github.com/brightdigit/AssetLib.git", :tag => "0.0.1" }
spec.source = { :git => "https://github.com/brightdigit/AssetLib.git", :tag => "0.1.0" }


# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand Down

0 comments on commit 94ced5f

Please sign in to comment.