Skip to content

Commit 8a8541a

Browse files
committed
bump sdk version
1 parent 9875d89 commit 8a8541a

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To <a id="loading-snippet">load Smart Banner SDK through CDN</a> paste the follo
3232
</script>
3333
```
3434

35-
When loading the sdk through CDN we suggest using minified version. You can target specific version like `https://cdn.adjust.com/adjust-smart-banner-0.0.6.min.js`, or you can target latest version `https://cdn.adjust.com/adjust-smart-banner-latest.min.js` if you want automatic updates without need to change the target file. The sdk files are cached so they are served as fast as possible, and the cache is refreshed every half an hour. If you want updates immediately make sure to target specific version.
35+
When loading the sdk through CDN we suggest using minified version. You can target specific version like `https://cdn.adjust.com/adjust-smart-banner-0.0.7.min.js`, or you can target latest version `https://cdn.adjust.com/adjust-smart-banner-latest.min.js` if you want automatic updates without need to change the target file. The sdk files are cached so they are served as fast as possible, and the cache is refreshed every half an hour. If you want updates immediately make sure to target specific version.
3636

3737

3838
## <a id="initialization">Initialization</a>

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "echo \"Error: no test specified\" && exit 1"
1111
},
1212
"dependencies": {
13-
"@adjustcom/smart-banner-sdk": "^0.0.6",
13+
"@adjustcom/smart-banner-sdk": "^0.0.7",
1414
"lorem-ipsum": "^2.0.8"
1515
},
1616
"author": "Adjust GmbH",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build:snippet": "terser ./loading-snippet.js -o ./sdk/dist/loading-snippet.min.js -c -m",
88
"clean": "rm -rf ./layout/dist/ ./sdk/dist/ ./demo/dist/",
99
"start": "run-p build-sdk-dev run-demo",
10-
"build-sdk-dev": "npm run build --workspace=layout && npm run build-dev:server-mock --workspace=sdk -- --env devPort=8787 --watch",
10+
"build-sdk-dev": "npm run build --workspace=layout && npm run build-dev --workspace=sdk -- --env devPort=8787 --watch",
1111
"run-demo": "npm run start --workspace=demo -- --env devPort=8787",
1212
"lint": "eslint ./sdk/src ./layout/src ./test ./demo/src --fix",
1313
"test": "TZ=UTC jest --config ./test/jest.config.ts",

sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adjustcom/smart-banner-sdk",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "Adjust Smart Banner SDK",
55
"scripts": {
66
"build:sdk": "webpack --config ./webpack.config.js",

0 commit comments

Comments
 (0)