Skip to content

Commit a2d5f1e

Browse files
committed
2.27.0
1 parent 7730688 commit a2d5f1e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

example-mobile/air_package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webview-sample",
3-
"version": "2.26.0",
3+
"version": "2.27.0",
44
"appDescriptor": "src/Main-app.xml",
55
"variables": {
66
},
@@ -10,10 +10,10 @@
1010
"url": "https://tuarua.github.io/air/air_packages.json"
1111
},
1212
"dependencies": {
13-
"com.tuarua.WebViewANE": "2.26.0",
13+
"com.tuarua.WebViewANE": "2.27.0",
1414
"com.google.code.gson.gson": "2.8.6",
1515
"com.tuarua.frekotlin": "1.42.0",
1616
"com.tuarua.iOS.FreSwift": "5.5.2",
17-
"com.tuarua.WebViewANE.IosDependencies": "2.26.0"
17+
"com.tuarua.WebViewANE.IosDependencies": "2.27.0"
1818
}
1919
}

example-mobile/src/Main-app.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<id>com.eoinlandy.webview</id> <!-- Bundle Identifier. Required. -->
55
<filename>WebViewANESampleMobile</filename> <!-- Used as the filename for the application. Required. -->
66
<name>WebViewANESampleMobile</name> <!-- The name that is displayed below the app icon. -->
7-
<versionNumber>2.26.0</versionNumber> <!-- Required. -->
7+
<versionNumber>2.27.0</versionNumber> <!-- Required. -->
88

99
<!-- Settings for the application's initial window. Required. -->
1010
<initialWindow>

0 commit comments

Comments
 (0)