Skip to content

Commit 84e3f8a

Browse files
author
Olga Danylova
authored
Update README.md
1 parent 047819f commit 84e3f8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Backendless SDK for iOS (http://backendless.com)
22
---
33

4-
# Version 4.0.7
4+
# Version 4.0.8
55

66
## GETTING STARTED WITH BACKENDLESS
77
The simplest way to get started with Backendless is by using a Project Template for iOS:
@@ -27,7 +27,7 @@ To create a new project with CocoaPods, follow the instructions below:
2727
3. Create a Podfile. This can be done by running `pod init`.
2828
4. Open your Podfile with a text editor, and add the following
2929
```
30-
pod 'Backendless', '4.0.7'
30+
pod 'Backendless', '4.0.8'
3131
```
3232
5. Save Podfile, return to Terminal window and run `pod install` and `pod update`. Once all of the pod data is downloaded/updated, Xcode project workspace file will be created. This is the file you must open when working on your app.
3333
6. Open .xcworkspace file to launch your project.

0 commit comments

Comments
 (0)