# CDN for 0.10.2?

**URL:** https://discourse.processing.org/t/cdn-for-0-10-2/14804
**Category:** p5.js
**Created:** [October 19, 2019, 5:18pm UTC](https://discourse.processing.org/t/cdn-for-0-10-2/14804 "2019-10-19T17:18:18Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![donbraffitt](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/donbraffitt/32/3261_2.png) [@donbraffitt](https://discourse.processing.org/u/donbraffitt)
#### Post date: [October 19, 2019, 5:18pm UTC](https://discourse.processing.org/t/cdn-for-0-10-2/14804/1 "2019-10-19T17:18:18Z")

</div>

Will there be a CDN release of 0.10.2?

On the downloads page:

[https://p5js.org/download/](https://p5js.org/download/)

the latest CDN is still 0.9.0.

Don Braffitt

---

<div class="post-metadata">

### Author: ![GoToLoop](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/gotoloop/32/86_2.png) [@GoToLoop](https://discourse.processing.org/u/GoToLoop)
#### Post date: [October 19, 2019, 5:25pm UTC](https://discourse.processing.org/t/cdn-for-0-10-2/14804/2 "2019-10-19T17:25:20Z")

</div>

Use the “index.html” minimal template file from this sketch below instead: 💡

> **[Rotating Cube](https://bl.ocks.org/GoSubRoutine/a117ecb16a8b0f939a190f87d3a13267)**
>
> GoSubRoutine’s Block a117ecb16a8b0f939a190f87d3a13267

## index.html:

```auto
<script defer src=https://Unpkg.com/p5></script>
<script defer src=sketch.js></script>

```

Other alternative CDNs: 🗄

- [Unpkg.com/p5/](http://Unpkg.com/p5/)
- [cdn.JsDelivr.net/npm/p5/](http://cdn.JsDelivr.net/npm/p5/)

As a last recourse, we can grab “p5.min.js” directly from their site: 🤫  
[p5js.org/assets/js/p5.min.js](http://p5js.org/assets/js/p5.min.js)

---

<div class="post-metadata">

### Author: ![jeremydouglass](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/jeremydouglass/32/20_2.png) [@jeremydouglass](https://discourse.processing.org/u/jeremydouglass)
#### Post date: [October 21, 2019, 3:05am UTC](https://discourse.processing.org/t/cdn-for-0-10-2/14804/3 "2019-10-21T03:05:39Z")

</div>

> [@donbraffitt](#):
>
> the latest CDN is still 0.9.0.

Looks like there is now an issue open for the core developers, here:

> <https://github.com/processing/p5.js/issues/4091>
>
> \<!--
> Hi there! 
> 
> PLEASE NOTE: The github issues are for bugs and feature requ…ests for the p5.js library itself. If you have a general question or bug programming with p5.js please post it in the p5.js forum: https://discourse.processing.org
> 
> To check any option, replace the "\[\]" with a "\[x\]". Be sure to check out how it looks in the Preview tab! Feel free to remove any portion of the template that is not relevant for your issue.
> \--\>
> 
> \#### Nature of issue?
> 
> \- \[x\] Found a bug
> \- \[\] Existing feature enhancement
> \- \[\] New feature request
> 
> \#### Most appropriate sub-area of p5.js?
> 
> \- \[\] Color
> \- \[\] Core/Environment/Rendering
> \- \[\] Data
> \- \[\] Events
> \- \[\] Image
> \- \[\] IO
> \- \[\] Math
> \- \[\] Typography
> \- \[\] Utilities
> \- \[\] WebGL
> \- \[x\] Other (specify if possible)
> 
> \#### Details about the bug: 
> 
> \- p5.js version: 0.10.0, 0.10.2
> 
> \- Steps to reproduce this:
> Links to the latest versions (0.10.0 and 0.10.2) is not available on cdnjs (https://cdnjs.com/libraries/p5.js). Is the release step supposed to automatically push the new versions there or are they supposed to pull the new versions?

---

<div class="post-metadata">

### Author: ![byxx](https://avatars.discourse-cdn.com/v4/letter/b/df705f/32.png) [@byxx](https://discourse.processing.org/u/byxx)
#### Post date: [November 11, 2019, 6:42pm UTC](https://discourse.processing.org/t/cdn-for-0-10-2/14804/4 "2019-11-11T18:42:13Z")

</div>

Internet explorer lets me show the site when I apply to remove the blocked contents option pop up…
