Skip to content

Commit

Permalink
Update README instructions for latest release
Browse files Browse the repository at this point in the history
Also bump version to 1.0.1-SNAPSHOT.
  • Loading branch information
fschopp committed May 12, 2019
1 parent 890b7f9 commit 00a47ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ const schedule: Schedule | SchedulingFailure = computeSchedule(instance);

### Browser

Include the minified sources from the jsDelivr CDN:
Include the minified sources from the [jsDelivr CDN](https://www.jsdelivr.com/package/npm/@fschopp/project-planning-js):
```
<script src="https://cdn.jsdelivr.net/npm/@fschopp/project-planning-js@0.9.0/dist/scheduling.min.js"
integrity="sha256-qJWfw4cJMpVCjTAuBA7yo6Ll+SWs8hZvJoVY4KpuLuw=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@fschopp/project-planning-js@1.0.0/dist/scheduling.min.js"
integrity="sha256-t4PhJGF3IQroFlvhUOIs9ZdN+VtvyPEnHkJ8SaEX950=" crossorigin="anonymous"></script>
```

Then, in a subsequent script:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fschopp/project-planning-js",
"version": "1.0.0",
"version": "1.0.1-SNAPSHOT",
"description": "Algorithm for project planning. More precisely, *list scheduling* with support for machines running at different speeds, optional preemption, optional splitting of jobs across machines, release dates, and delivery times.",
"keywords": [
"project",
Expand Down

0 comments on commit 00a47ee

Please sign in to comment.