Skip to content

Commit

Permalink
feat: 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cmorten committed Jan 2, 2021
1 parent 500f858 commit fc12cbf
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ChangeLog

## [1.0.2] - 02-01-2020

- ci: remove publish-ci workflow

## [1.0.1] - 02-01-2020

- feat: support Deno 1.6.3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
## Installation

```console
$ deno install -f -q --allow-read --allow-write --allow-net --unstable https://deno.land/x/opinecli@1.0.1/opine-cli.ts
$ deno install -f -q --allow-read --allow-write --allow-net --unstable https://deno.land/x/opinecli@1.0.2/opine-cli.ts
```

And follow any suggestions to update your `PATH` environment variable.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ <h2>Table of Contents</h2>
<a href="#installation" id="installation" style="color: inherit; text-decoration: none;">
<h2>Installation</h2>
</a>
<pre><code class="language-console"><span class="hljs-meta">$</span><span class="bash"> deno install -f -q --allow-read --allow-write --allow-net --unstable https://deno.land/x/opinecli@1.0.1/opine-cli.ts</span></code></pre>
<pre><code class="language-console"><span class="hljs-meta">$</span><span class="bash"> deno install -f -q --allow-read --allow-write --allow-net --unstable https://deno.land/x/opinecli@1.0.2/opine-cli.ts</span></code></pre>
<p>And follow any suggestions to update your <code>PATH</code> environment variable.</p>
<a href="#quick-start" id="quick-start" style="color: inherit; text-decoration: none;">
<h2>Quick Start</h2>
Expand Down
2 changes: 1 addition & 1 deletion egg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "opinecli",
"description": "Opine's application generator.",
"version": "1.0.1",
"version": "1.0.2",
"repository": "https://github.com/cmorten/opine-cli",
"stable": true,
"entry": "./opine-cli.ts",
Expand Down
2 changes: 1 addition & 1 deletion version.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Version of Opine CLI.
*/
export const VERSION = "1.0.1";
export const VERSION = "1.0.2";

/**
* Supported version of Deno.
Expand Down

0 comments on commit fc12cbf

Please sign in to comment.