Skip to content

Commit

Permalink
updated layout version in Motion Xcode project
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Dahan committed Sep 11, 2019
1 parent cb489ea commit c1d4c46
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.1.2

* Updated layout version in Xcode project.

## 3.1.1

* Added installation instructions to README.
Expand Down
2 changes: 1 addition & 1 deletion Motion.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Motion'
s.version = '3.1.1'
s.version = '3.1.2'
s.swift_version = '5.0'
s.license = 'MIT'
s.summary = 'A library used to create beautiful animations and transitions for iOS.'
Expand Down
2 changes: 1 addition & 1 deletion Motion.xcodeproj/xcshareddata/xcschemes/Motion.xcscheme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1020"
LastUpgradeVersion = "1030"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
2 changes: 1 addition & 1 deletion Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.1.1</string>
<string>3.1.2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit c1d4c46

Please sign in to comment.