Skip to content

Commit 3c424f6

Browse files
committed
Update version number in Podfile.
1 parent e744851 commit 3c424f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Example/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ use_frameworks!
22

33
target 'NotesExample-iOS' do
44
platform :ios, :deployment_target => '11.0'
5-
pod 'ObjectBox', '1.0.0-rc.10'
5+
pod 'ObjectBox', '1.0'
66
end
77

88
target 'NotesExample-macOS' do
99
platform :osx, :deployment_target => '10.10'
10-
pod 'ObjectBox', '1.0.0-rc.10'
10+
pod 'ObjectBox', '1.0'
1111
end

0 commit comments

Comments
 (0)