Skip to content

Commit

Permalink
Merge pull request #113 from square/entin/release-1.0
Browse files Browse the repository at this point in the history
Update version to 1.0
  • Loading branch information
NickEntin authored Apr 8, 2024
2 parents 0ee7927 + a6846bb commit ce04c4d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- Paralayout (1.0.0-rc.5)
- Paralayout/Tests (1.0.0-rc.5)
- Paralayout (1.0.0)
- Paralayout/Tests (1.0.0)
- SnapshotTesting (1.8.2)

DEPENDENCIES:
Expand All @@ -17,9 +17,9 @@ EXTERNAL SOURCES:
:path: "../Paralayout.podspec"

SPEC CHECKSUMS:
Paralayout: 844978af530a061a31d849c7b554510190b9cddf
Paralayout: 63a087763d2c7a1b9c55843064e889aa27bdb56a
SnapshotTesting: 38947050d13960d57a4a9c166fcf51bca7d56970

PODFILE CHECKSUM: f0cdc6633e8d65e479af433fa427d7c0ce7c72b1

COCOAPODS: 1.11.2
COCOAPODS: 1.11.3
2 changes: 1 addition & 1 deletion Paralayout.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Paralayout'
s.version = '1.0.0-rc.5'
s.version = '1.0.0'
s.license = 'Apache License, Version 2.0'
s.summary = 'Paralayout is a simple set of assistive UI layout utilities. Size and position your UI with pixel-perfect precision. Design will love you!'
s.homepage = 'https://github.com/square/Paralayout'
Expand Down

0 comments on commit ce04c4d

Please sign in to comment.