Skip to content

Commit

Permalink
Bump version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-obukhov committed Nov 23, 2021
1 parent a945840 commit a9b8e48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- ExyteGrid (1.4.0)
- ExyteGrid (1.4.1)

DEPENDENCIES:
- ExyteGrid (from `../`)
Expand All @@ -9,8 +9,8 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
ExyteGrid: 58ec6eeb9e0d3060eb4b445d0c60f34d915573ec
ExyteGrid: 8cff053d4798298bda5a2dc0f8851c086988b959

PODFILE CHECKSUM: 76084cf935f120b28a0e2dcc60936504183d3608

COCOAPODS: 1.10.0
COCOAPODS: 1.11.2
4 changes: 2 additions & 2 deletions ExyteGrid.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'ExyteGrid'
s.version = '1.4.0'
s.version = '1.4.1'
s.summary = 'The most powerful Grid container missed in SwiftUI'

s.homepage = 'https://github.com/exyte/Grid.git'
Expand All @@ -20,6 +20,6 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '14.0'
s.osx.deployment_target = "10.15"
s.source_files = 'Sources/**/*.swift'
s.swift_version = "5.3"
s.swift_version = "5.5"

end

0 comments on commit a9b8e48

Please sign in to comment.