Skip to content

Commit

Permalink
correct version information
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebluemr committed Mar 10, 2020
1 parent ab42886 commit 746f330
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This Maven project implements some of the core concepts for developing bundles i

## Requirements

* map.apps 4.8.2
* map.apps 4.8.3
* All resources from `map.apps-VERSION/sdk/m2-repository` need to be copied manually to your local Maven repository (e.g. `%UserProfile%/.m2/repository` for Windows, `~/.m2/repository` for MacOS).

## Usage
Expand Down Expand Up @@ -203,10 +203,11 @@ There is a sample bundle in this project called "sample_camera" which demonstrat

## Updating from older versions

### from 4.8.1 to 4.8.3
1. Adjust the `mapapps.version` property in `./pom.xml` to `4.8.2`
### from 4.8.2 to 4.8.3

1. Adjust the `mapapps.version` property in `./pom.xml` to `4.8.3`
2. Adjust the versions in `devDependencies` in `./package.json` according to the list below:
* "ct-mapapps-gulp-js": "^0.3.3"
* "ct-mapapps-gulp-js": "^0.3.6"

### from 4.8.1 to 4.8.2

Expand Down

0 comments on commit 746f330

Please sign in to comment.