Skip to content

Commit

Permalink
updated bada to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengill committed Apr 18, 2012
1 parent 80c37a3 commit b4e695d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion changelog
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ hermwong (1):
update to 1.6.1

bada
Anis Kadri (4):
Anis Kadri (5):
updating bada project parameters
adding artwork and removing old phonegap references
CB-4 adding Apache Source Headers
fixing network problem
updating version to 1.6.1

2 changes: 1 addition & 1 deletion lib/bada/VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1.6.0
1.6.1

2 changes: 1 addition & 1 deletion lib/bada/src/Device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Device::SetDeviceInfo() {

if(r == E_SUCCESS) {
String res;
res.Format(1024, L"window.device={platform:'bada',version:'%S',name:'n/a',cordova:'1.6.0',uuid:'%S'}", platformVersion.GetPointer(), imei.GetPointer());
res.Format(1024, L"window.device={platform:'bada',version:'%S',name:'n/a',cordova:'1.6.1',uuid:'%S'}", platformVersion.GetPointer(), imei.GetPointer());
//AppLogDebug("%S", res.GetPointer());
pWeb->EvaluateJavascriptN(res);
}
Expand Down

0 comments on commit b4e695d

Please sign in to comment.