Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ohno committed Nov 28, 2021
1 parent 8db85d7 commit 2ce5eca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ https://ohno.github.io/popup.js/

## CDN
```
<script src="https://cdn.jsdelivr.net/gh/ohno/popup.js@1.0.0/popup.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/ohno/popup.js@1.0.0/popup.min.css">
<script src="https://cdn.jsdelivr.net/gh/ohno/popup.js@1.0.1/popup.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/ohno/popup.js@1.0.1/popup.min.css">
```

## Usage
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<!-- popup.js -->
<!-- <script src="https://cdn.jsdelivr.net/gh/ohno/popup.js@latest/popup.min.js"></script> -->
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/ohno/popup.js@latest/popup.min.css"> -->
<script src="https://cdn.jsdelivr.net/gh/ohno/popup.js@1.0.0/popup.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/ohno/popup.js@1.0.0/popup.min.css">
<script src="https://cdn.jsdelivr.net/gh/ohno/popup.js@1.0.1/popup.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/ohno/popup.js@1.0.1/popup.min.css">
<!-- Material Icons -->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<!-- GitHub:buttons -->
Expand Down Expand Up @@ -41,8 +41,8 @@ <h1>popup.js</h1>
<!-- CDN -->
<article>
<h2>CDN</h2>
<pre><code class="language-html">&lt;script src=&quot;https://cdn.jsdelivr.net/gh/ohno/popup.js@1.0.0/popup.min.js&quot;&gt;&lt;/script&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/gh/ohno/popup.js@1.0.0/popup.min.css&quot;&gt;</code></pre>
<pre><code class="language-html">&lt;script src=&quot;https://cdn.jsdelivr.net/gh/ohno/popup.js@1.0.1/popup.min.js&quot;&gt;&lt;/script&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/gh/ohno/popup.js@1.0.1/popup.min.css&quot;&gt;</code></pre>
</article>

<!-- Example -->
Expand Down

0 comments on commit 2ce5eca

Please sign in to comment.