Fix up README; upgrade vesion number to 0.6.0
Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/c22e215e Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/c22e215e Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/c22e215e Branch: refs/heads/develop Commit: c22e215e2f9dc2547dd53db7c0da6eee64f0a04b Parents: d50c640 Author: OmPrakash Muppirala <[email protected]> Authored: Thu Apr 7 00:19:55 2016 -0700 Committer: OmPrakash Muppirala <[email protected]> Committed: Thu Apr 7 00:21:08 2016 -0700 ---------------------------------------------------------------------- npm-flexjs/README.md | 13 ++++++++++++- npm-flexjs/package.json | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/c22e215e/npm-flexjs/README.md ---------------------------------------------------------------------- diff --git a/npm-flexjs/README.md b/npm-flexjs/README.md index 2e2d350..bac0c2c 100644 --- a/npm-flexjs/README.md +++ b/npm-flexjs/README.md @@ -52,4 +52,15 @@ Examples ASJSC (Write ActionScript3 targeting HTML5/SVG DOM without requiring JavaScript): Windows: asjsc C:\Users\<username>\AppData\Roaming\npm\node_modules\flexjs\examples\native\USStatesMap\src\USStatesMap.as - Mac: asjsc /usr/local/lib/node_modules/flexjs/examples/native/USStatesMap/src/USStatesMap.as \ No newline at end of file + Mac: asjsc /usr/local/lib/node_modules/flexjs/examples/native/USStatesMap/src/USStatesMap.as + + +Note +================================= + + Note: Apache Flexâ¢, Flex, FlexJS and Apache⢠are trademarks of The Apache Software Foundation. + The Apache Flex SDK product page is located here: http://flex.apache.org + + Adobe Flash, Adobe AIR, and Adobe PhoneGap are either registered trademarks or trademarks + of Adobe Systems Incorporated in the United States and/or other countries and are used by + permission from Adobe. \ No newline at end of file http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/c22e215e/npm-flexjs/package.json ---------------------------------------------------------------------- diff --git a/npm-flexjs/package.json b/npm-flexjs/package.json index 3b93e08..6181aea 100644 --- a/npm-flexjs/package.json +++ b/npm-flexjs/package.json @@ -1,6 +1,6 @@ { "name": "flexjs", - "version": "0.5.5", + "version": "0.6.0", "description": "Apache FlexJS", "keywords": [ "flex",
