You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2014/08/25 14:44:56 UTC

git commit: [flex-utilities] [refs/heads/develop] - update version to 1.1

Repository: flex-utilities
Updated Branches:
  refs/heads/develop 004afb61c -> 08d56df37


update version to 1.1


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/08d56df3
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/08d56df3
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/08d56df3

Branch: refs/heads/develop
Commit: 08d56df37b367a19cf285bc359788453d97f9e9d
Parents: 004afb6
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Aug 25 22:44:37 2014 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Aug 25 22:44:37 2014 +1000

----------------------------------------------------------------------
 TourDeFlex/TourDeFlex3/src/explorer.mxml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/08d56df3/TourDeFlex/TourDeFlex3/src/explorer.mxml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/explorer.mxml b/TourDeFlex/TourDeFlex3/src/explorer.mxml
index 596d18e..a38136f 100755
--- a/TourDeFlex/TourDeFlex3/src/explorer.mxml
+++ b/TourDeFlex/TourDeFlex3/src/explorer.mxml
@@ -23,7 +23,7 @@
     <fx:Script>
         <![CDATA[
 			
-		static protected const VERSION:String = "1.0";	
+		static protected const VERSION:String = "1.1";	
 		static protected const TITLE:String = "Tour De Flex Component Explorer";
 		static protected const FULL_TITLE:String = "Apache Flex™ Tour De Flex Component Explorer " + VERSION;