Skip to content

Commit

Permalink
Bump internal version to 4.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mtehver committed Dec 11, 2021
1 parent 317c7f4 commit 10a8f36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/guides/01-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You can find detailed instructions on [API Keys page](../API-keys/)
// use the latest version number from https://github.com/CartoDB/mobile-sdk/releases

dependencies {
compile 'com.carto:carto-mobile-sdk:4.4.2@aar'
compile 'com.carto:carto-mobile-sdk:4.4.3@aar'
}
{% endhighlight %}

Expand Down Expand Up @@ -215,7 +215,7 @@ You can find detailed instructions on [API Keys page](../API-keys/)

// Add to your CocoaPods Podfile:
// use the latest version number from https://github.com/CartoDB/mobile-sdk/releases
pod 'CartoMobileSDK', '4.4.2'
pod 'CartoMobileSDK', '4.4.3'

{% endhighlight %}

Expand Down
2 changes: 1 addition & 1 deletion scripts/build/sdk_build_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import shutil
import json

SDK_VERSION = '4.4.2'
SDK_VERSION = '4.4.3'

def makedirs(dir):
try:
Expand Down

0 comments on commit 10a8f36

Please sign in to comment.