ionic
Version:
A tool for creating and developing Ionic Framework mobile apps.
46 lines (35 loc) • 1.44 kB
Markdown
<!--
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
-->
# Apache Cordova Hello World Application
Simple Hello World application. This is used as the default app template
when creating new projects.
## Versions and Tags
The Hello World's version is directly tied to an Apache Cordova release.
For example, Hello World `2.0.0` is compatible with Apache Cordova `2.0.0`.
To update the snapshot within a platform repo, copy `www/` into the repo's
template directory, and copy in the relevant files from `res/` as well.
## How to Update
Update to Apache Cordova x.x.x by:
1. `VERSION`
- Update the version
2. Commit and Tag
- `git commit -am "[app] Version x.x.x"`
- `git tag x.x.x`