Skip to content

Commit 3daa3a4

Browse files
committed
Bump to 2.1 to fix bad versioning
1 parent 9e5d003 commit 3daa3a4

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Typed.js is a library that types. Enter in any string, and watch it type at the
1616
### CDN
1717

1818
```html
19-
<script src="https://unpkg.com/typed.js@2.0.17/dist/typed.umd.js"></script>
19+
<script src="https://unpkg.com/typed.js@2.1.0/dist/typed.umd.js"></script>
2020
```
2121

2222
For use directly in the browser via `<script>` tag:
@@ -26,7 +26,7 @@ For use directly in the browser via `<script>` tag:
2626
<span id="element"></span>
2727

2828
<!-- Load library from the CDN -->
29-
<script src="https://unpkg.com/typed.js@2.0.17/dist/typed.umd.js"></script>
29+
<script src="https://unpkg.com/typed.js@2.1.0/dist/typed.umd.js"></script>
3030

3131
<!-- Setup and start animation! -->
3232
<script>

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
<hr />
150150
<h2 id="installation">Installation</h2>
151151
<h3 id="cdn">CDN</h3>
152-
<pre><code class="lang-html"><code class="source-code prettyprint">&lt;script src=&quot;https://unpkg.com/typed.js@2.0.17/dist/typed.umd.js&quot;&gt;&lt;/script&gt;</code>
152+
<pre><code class="lang-html"><code class="source-code prettyprint">&lt;script src=&quot;https://unpkg.com/typed.js@2.1.0/dist/typed.umd.js&quot;&gt;&lt;/script&gt;</code>
153153
</code></pre>
154154
<p>
155155
For use directly in the browser via <code>&lt;script&gt;</code> tag:
@@ -158,7 +158,7 @@ <h3 id="cdn">CDN</h3>
158158
&lt;span id=&quot;element&quot;&gt;&lt;/span&gt;
159159

160160
&lt;!-- Load library from the CDN --&gt;
161-
&lt;script src=&quot;https://unpkg.com/typed.js@2.0.17/dist/typed.umd.js&quot;&gt;&lt;/script&gt;
161+
&lt;script src=&quot;https://unpkg.com/typed.js@2.1.0/dist/typed.umd.js&quot;&gt;&lt;/script&gt;
162162

163163
&lt;!-- Setup and start animation! --&gt;
164164
&lt;script&gt;

0 commit comments

Comments
 (0)