Skip to content

Commit

Permalink
[TIMOB-23649] Use per-platform moduleAPIVersions in the SDK manifest.…
Browse files Browse the repository at this point in the history
…json (#8140)
  • Loading branch information
sgtcoolguy committed Jul 20, 2016
1 parent 76915cb commit ee99674
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
"name": "titanium-mobile",
"description": "Appcelerator Titanium Mobile",
"version": "6.0.0",
"moduleApiVersion": 2,
"moduleApiVersion": {
"iphone": "2",
"android": "3",
"mobileweb": "2",
"windows": "2"
},
"keywords": [
"appcelerator",
"titanium",
Expand Down

0 comments on commit ee99674

Please sign in to comment.