Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cruisediary committed May 18, 2017
1 parent de4cdaa commit 464f8f4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Pastel.podspec
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'Pastel'
s.version = '0.2.2'
s.version = '0.3.0'
s.summary = 'Instagram like gradient background animation'

# This description is used to generate tags and improve search results.
Expand Down
4 changes: 4 additions & 0 deletions Pastel.xcodeproj/project.pbxproj
Expand Up @@ -13,6 +13,7 @@
4CADB8DB1EC852F700873CC9 /* .gitkeep in Resources */ = {isa = PBXBuildFile; fileRef = 4CADB8D71EC852F700873CC9 /* .gitkeep */; };
4CADB8DC1EC852F700873CC9 /* PastelView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CADB8D81EC852F700873CC9 /* PastelView.swift */; };
4CADB8DD1EC852F700873CC9 /* .gitkeep in Resources */ = {isa = PBXBuildFile; fileRef = 4CADB8DA1EC852F700873CC9 /* .gitkeep */; };
4CBCC0B71ECDE0F600B8522C /* PastelGradient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CBCC0B61ECDE0F600B8522C /* PastelGradient.swift */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand All @@ -35,6 +36,7 @@
4CADB8D71EC852F700873CC9 /* .gitkeep */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .gitkeep; sourceTree = "<group>"; };
4CADB8D81EC852F700873CC9 /* PastelView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PastelView.swift; sourceTree = "<group>"; };
4CADB8DA1EC852F700873CC9 /* .gitkeep */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .gitkeep; sourceTree = "<group>"; };
4CBCC0B61ECDE0F600B8522C /* PastelGradient.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PastelGradient.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -99,6 +101,7 @@
children = (
4CADB8D71EC852F700873CC9 /* .gitkeep */,
4CADB8D81EC852F700873CC9 /* PastelView.swift */,
4CBCC0B61ECDE0F600B8522C /* PastelGradient.swift */,
);
path = Classes;
sourceTree = "<group>";
Expand Down Expand Up @@ -223,6 +226,7 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
4CBCC0B71ECDE0F600B8522C /* PastelGradient.swift in Sources */,
4CADB8DC1EC852F700873CC9 /* PastelView.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion Pastel/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.2.2</string>
<string>0.3.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -60,7 +60,7 @@ pod "Pastel"

### Carthage
```
github "cruisediary/Pastel" ~> 0.2.2
github "cruisediary/Pastel" ~> 0.3.0
```

## Author
Expand Down

0 comments on commit 464f8f4

Please sign in to comment.