Skip to content

Commit

Permalink
Bumped version and updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
srm985 committed Mar 26, 2019
1 parent 2a50f63 commit aa60eaa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Latest Version

Current Version
```sh
<script src="https://cdn.jsdelivr.net/npm/axure-redline-tool@3.0.2/web/axure-redline-plugin.js"></script>
<script src="https://cdn.jsdelivr.net/npm/axure-redline-tool@3.0.3/web/axure-redline-plugin.js"></script>
```

There are several ways to use this "install" this plugin. The easiest option is to copy the script link above into your AxShare project as a plugin. Copy the script of the version you'd like to use, or simply use the script marked "latest" to ensure you're always subscribed to the latest application updates. The code in the scripts above is served from a CDN to ensure a fast response, no matter your location.
Expand Down Expand Up @@ -185,3 +185,7 @@ This project is licensed under the MIT License - see the [LICENSE](https://githu
#### Version 3.0.2

* Added support for native inspect tool and Axure Cloud.

#### Version 3.0.3

* Corrected splash screen modal body issue.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,5 @@
"sandbox": "gulp sandbox",
"test": "jest --passWithNoTests"
},
"version": "3.0.2"
"version": "3.0.3"
}

0 comments on commit aa60eaa

Please sign in to comment.