Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbuswell committed Apr 19, 2019
1 parent 4feb4e6 commit 7141125
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ npm install wayscript
Or load directly from CDN:

```html
<script src="https://cdn.wayscript.com/static/js/api/wayscript.0.0.3.js"></script>
<script src="https://cdn.wayscript.com/static/js/api/wayscript.0.0.4.js"></script>
```

## Basic Usage
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wayscript",
"version": "0.0.3",
"version": "0.0.4",
"description": "WayScript gives you flexible building blocks to seamlessly integrate, automate and host tools in the cloud.",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"bugs": {
"url": "https://github.com/wayscript/wayscript-js/issues"
},
"homepage": "https://github.com/wayscript/wayscript-js#readme",
"homepage": "https://wayscript.com",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.1.4"
Expand Down

0 comments on commit 7141125

Please sign in to comment.