Skip to content

Commit 1beba47

Browse files
committed
some prep for 1.1
1 parent 3c424f6 commit 1beba47

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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'
5+
pod 'ObjectBox', '1.1'
66
end
77

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To install the `ObjectBox` pod, add the following line to your Podfile:
3333
pod 'ObjectBox'
3434
```
3535

36-
*Note:* use `pod 'ObjectBox501'` if you are still on Swift 5.0.1.
36+
*Note:* use `pod 'ObjectBox501'` if you are still on Swift 5.0.1. Consider switching to Swift 5.1 to use latest ObjectBox version.
3737

3838
Then run this to install the ObjectBox framework:
3939

Source/download_dependencies.command

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
set -e
1010

11-
version=1.0
12-
core_version=0.7.0
11+
version=1.1
12+
core_version=0.7.3
1313

1414
my_dir=`dirname "$0"`
1515
my_dir=`realpath "${my_dir}"`

0 commit comments

Comments
 (0)