Skip to content

Commit

Permalink
Docs: Update url and version to 2.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle committed Dec 3, 2024
1 parent 1d9d622 commit 8f096e9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/browser.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ QUnit releases are standalone and require no runtime dependencies for use in the
<html>
<meta charset="utf-8">
<title>QUnit</title>
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.22.0.css">
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.23.0.css">
<body>
<div id="qunit"></div>
<div id="qunit-fixture"></div>
<script src="https://code.jquery.com/qunit/qunit-2.22.0.js"></script>
<script src="https://code.jquery.com/qunit/qunit-2.23.0.js"></script>
<!-- <script src="your_app.test.js"></script> -->
</body>
</html>
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ ok 1 add > two numbers

## Current Release

<p class="lead lead--center">v2.22.0 (<a href="https://github.com/qunitjs/qunit/blob/2.22.0/History.md">changelog</a>)</p>
<p class="lead lead--center">v2.23.0 (<a href="https://github.com/qunitjs/qunit/blob/2.23.0/History.md">changelog</a>)</p>

These are the official [release channels](intro.md#download) for QUnit:

* Download: [`qunit-2.22.0.js`](https://code.jquery.com/qunit/qunit-2.22.0.js) and [`qunit-2.22.0.css`](https://code.jquery.com/qunit/qunit-2.22.0.css)
* Download: [`qunit-2.23.0.js`](https://code.jquery.com/qunit/qunit-2.23.0.js) and [`qunit-2.23.0.css`](https://code.jquery.com/qunit/qunit-2.23.0.css)
* npm: `npm install --save-dev qunit`
* Yarn: `yarn add --dev qunit`

Expand Down
6 changes: 3 additions & 3 deletions docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ These are the official release channels for QUnit releases:

* Download:

You can save the [`qunit-2.22.0.js`](https://code.jquery.com/qunit/qunit-2.22.0.js) and [`qunit-2.22.0.css`](https://code.jquery.com/qunit/qunit-2.22.0.css) files directly from the jQuery CDN.
You can save the [`qunit-2.23.0.js`](https://code.jquery.com/qunit/qunit-2.23.0.js) and [`qunit-2.23.0.css`](https://code.jquery.com/qunit/qunit-2.23.0.css) files directly from the jQuery CDN.
For older versions, browse the [release archives](https://releases.jquery.com/qunit/).

Or download them via the terminal, and save them in your Git repository.

```bash
curl -o qunit.css 'https://code.jquery.com/qunit/qunit-2.22.0.css'
curl -o qunit.js 'https://code.jquery.com/qunit/qunit-2.22.0.js'
curl -o qunit.css 'https://code.jquery.com/qunit/qunit-2.23.0.css'
curl -o qunit.js 'https://code.jquery.com/qunit/qunit-2.23.0.js'
```

* npm Registry:
Expand Down

0 comments on commit 8f096e9

Please sign in to comment.