Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Commit

Permalink
Raised extension version to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marpies committed Mar 30, 2017
1 parent f7b7e8b commit 7007aa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -262,7 +262,7 @@ package com.marpies.ane.gameservices {
* Extension version.
*/
public static function get version():String {
return "1.0.1";
return "1.0.2";
}

/**
Expand Down
2 changes: 1 addition & 1 deletion build/extension.xml
@@ -1,6 +1,6 @@
<extension xmlns="http://ns.adobe.com/air/extension/20.0">
<id>com.marpies.ane.gameServices</id>
<versionNumber>1.0.1</versionNumber>
<versionNumber>1.0.2</versionNumber>
<platforms>
<platform name="iPhone-ARM">
<applicationDeployment>
Expand Down

0 comments on commit 7007aa0

Please sign in to comment.