Skip to content

Commit

Permalink
⬆️ update p5 version used in example
Browse files Browse the repository at this point in the history
  • Loading branch information
jbakse committed Feb 8, 2022
1 parent e423568 commit 7983557
Show file tree
Hide file tree
Showing 29 changed files with 32 additions and 53 deletions.
2 changes: 1 addition & 1 deletion public/examples/ball_drop/index.html
Expand Up @@ -6,7 +6,7 @@
</head>
</head>
<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.0.0/p5.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@1.4.1/lib/p5.js"></script>

<script src="/dist/p5.party.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion public/examples/callbacks/index.html
Expand Up @@ -6,7 +6,7 @@
</head>
</head>
<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.0.0/p5.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@1.4.1/lib/p5.js"></script>

<script src="/dist/p5.party.js"></script>

Expand Down
6 changes: 1 addition & 5 deletions public/examples/chat_log/index.html
Expand Up @@ -19,11 +19,7 @@
</head>
<body>
<div id="chatLog"></div>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.0.0/p5.min.js"
integrity="sha256-Pg1di+fBF53Rbh9oZR/FeD1xsFzTLC963lcac1D0ias="
crossorigin="anonymous"
></script>
<script src="https://cdn.jsdelivr.net/npm/p5@1.4.1/lib/p5.js"></script>

<script src="/dist/p5.party.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion public/examples/chess_m/index.html
Expand Up @@ -6,7 +6,7 @@
</head>
</head>
<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.0.0/p5.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@1.4.1/lib/p5.js"></script>

<script src="/dist/p5.party.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion public/examples/click_history/index.html
Expand Up @@ -6,7 +6,7 @@
</head>
</head>
<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.0.0/p5.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@1.4.1/lib/p5.js"></script>

<script src="/dist/p5.party.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion public/examples/coverup_m/index.html
Expand Up @@ -6,7 +6,7 @@
</head>
</head>
<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.0.0/p5.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@1.4.1/lib/p5.js"></script>

<script src="/dist/p5.party.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion public/examples/cursors/index.html
Expand Up @@ -6,7 +6,7 @@
</head>
</head>
<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.0.0/p5.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@1.4.1/lib/p5.js"></script>

<script src="/dist/p5.party.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion public/examples/d12/index.html
Expand Up @@ -12,7 +12,7 @@
</style>
</head>
<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.0.0/p5.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@1.4.1/lib/p5.js"></script>

<script src="/dist/p5.party.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion public/examples/drag1_m/index.html
Expand Up @@ -6,7 +6,7 @@
</head>
</head>
<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.0.0/p5.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@1.4.1/lib/p5.js"></script>

<script src="/dist/p5.party.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion public/examples/drag2_m/index.html
Expand Up @@ -6,7 +6,7 @@
</head>
</head>
<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.0.0/p5.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@1.4.1/lib/p5.js"></script>

<script src="/dist/p5.party.js"></script>

Expand Down
7 changes: 2 additions & 5 deletions public/examples/empty_sketch/index.html
Expand Up @@ -11,11 +11,8 @@
</style>
</head>
<body>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.0.0/p5.min.js"
integrity="sha256-Pg1di+fBF53Rbh9oZR/FeD1xsFzTLC963lcac1D0ias="
crossorigin="anonymous"
></script>
<script src="https://cdn.jsdelivr.net/npm/p5@1.4.1/lib/p5.js"></script>

<script src="/dist/p5.party.js"></script>
<script src="index.js"></script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion public/examples/hello_cdn/index.html
Expand Up @@ -6,7 +6,7 @@
</head>
</head>
<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.0.0/p5.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@1.4.1/lib/p5.js"></script>

<!-- Using the latest version -->
<script src="https://cdn.jsdelivr.net/npm/p5.party@latest/dist/p5.party.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion public/examples/hello_party/index.html
Expand Up @@ -6,7 +6,7 @@
</head>
</head>
<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.0.0/p5.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@1.4.1/lib/p5.js"></script>

<script src="/dist/p5.party.js"></script>

Expand Down
7 changes: 2 additions & 5 deletions public/examples/hello_tutorial/index.html
Expand Up @@ -11,11 +11,8 @@
</style>
</head>
<body>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.0.0/p5.min.js"
integrity="sha256-Pg1di+fBF53Rbh9oZR/FeD1xsFzTLC963lcac1D0ias="
crossorigin="anonymous"
></script>
<script src="https://cdn.jsdelivr.net/npm/p5@1.4.1/lib/p5.js"></script>

<script src="index.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion public/examples/hello_watch/index.html
Expand Up @@ -6,7 +6,7 @@
</head>
</head>
<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.0.0/p5.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@1.4.1/lib/p5.js"></script>

<script src="/dist/p5.party.js"></script>

Expand Down
7 changes: 2 additions & 5 deletions public/examples/idle_clicker/index.html
Expand Up @@ -11,11 +11,8 @@
</style>
</head>
<body>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.0.0/p5.min.js"
integrity="sha256-Pg1di+fBF53Rbh9oZR/FeD1xsFzTLC963lcac1D0ias="
crossorigin="anonymous"
></script>
<script src="https://cdn.jsdelivr.net/npm/p5@1.4.1/lib/p5.js"></script>

<script src="/dist/p5.party.js"></script>

<script src="index.js"></script>
Expand Down
6 changes: 1 addition & 5 deletions public/examples/partyIsHost/index.html
Expand Up @@ -4,11 +4,7 @@
<link rel="stylesheet" href="/sketch.css" />
</head>
<body>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.0.0/p5.min.js"
integrity="sha256-Pg1di+fBF53Rbh9oZR/FeD1xsFzTLC963lcac1D0ias="
crossorigin="anonymous"
></script>
<script src="https://cdn.jsdelivr.net/npm/p5@1.4.1/lib/p5.js"></script>

<script src="/dist/p5.party.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion public/examples/partySetShared/index.html
Expand Up @@ -6,7 +6,7 @@
</head>
</head>
<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.0.0/p5.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@1.4.1/lib/p5.js"></script>

<script src="/dist/p5.party.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion public/examples/pong_m/index.html
Expand Up @@ -6,7 +6,7 @@
</head>
</head>
<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.0.0/p5.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@1.4.1/lib/p5.js"></script>

<script src="/dist/p5.party.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion public/examples/select_room/index.html
Expand Up @@ -11,7 +11,7 @@
<input type="submit" value="Join Room" />
</form>

<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.0.0/p5.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@1.4.1/lib/p5.js"></script>

<script src="/dist/p5.party.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion public/examples/stickies/index.html
Expand Up @@ -17,7 +17,7 @@

<script src="https://unpkg.com/uuid@latest/dist/umd/uuidv4.min.js"></script>

<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.0.0/p5.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@1.4.1/lib/p5.js"></script>

<script src="/dist/p5.party.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion public/examples/tanks/index.html
Expand Up @@ -20,7 +20,7 @@
<div id="shared"></div>
<script src="https://unpkg.com/uuid@latest/dist/umd/uuidv4.min.js"></script>

<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.0.0/p5.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@1.4.1/lib/p5.js"></script>

<script src="/dist/p5.party.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion public/examples/tanks_emit/index.html
Expand Up @@ -23,7 +23,7 @@

<script src="https://unpkg.com/uuid@latest/dist/umd/uuidv4.min.js"></script>

<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.0.0/p5.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@1.4.1/lib/p5.js"></script>

<script src="/dist/p5.party.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion public/examples/test_identity/index.html
Expand Up @@ -6,7 +6,7 @@
</head>
</head>
<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.0.0/p5.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@1.4.1/lib/p5.js"></script>

<script src="/dist/p5.party.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion public/examples/test_setShared/index.html
Expand Up @@ -6,7 +6,7 @@
</head>
</head>
<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.0.0/p5.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@1.4.1/lib/p5.js"></script>

<script src="/dist/p5.party.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion public/examples/test_types/index.html
Expand Up @@ -6,7 +6,7 @@
</head>
</head>
<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.0.0/p5.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@1.4.1/lib/p5.js"></script>

<script src="/dist/p5.party.js"></script>

Expand Down
6 changes: 1 addition & 5 deletions public/examples/tic_tac_toe/index.html
Expand Up @@ -12,11 +12,7 @@
</style>
</head>
<body>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.0.0/p5.min.js"
integrity="sha256-Pg1di+fBF53Rbh9oZR/FeD1xsFzTLC963lcac1D0ias="
crossorigin="anonymous"
></script>
<script src="https://cdn.jsdelivr.net/npm/p5@1.4.1/lib/p5.js"></script>

<script src="/dist/p5.party.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion public/examples/tilemapper/index.html
Expand Up @@ -6,7 +6,7 @@
</head>
</head>
<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.0.0/p5.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@1.4.1/lib/p5.js"></script>

<script src="/dist/p5.party.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion public/examples/ultra_dart_city/index.html
Expand Up @@ -6,7 +6,7 @@
</head>
</head>
<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.0.0/p5.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@1.4.1/lib/p5.js"></script>

<script src="/dist/p5.party.js"></script>

Expand Down

0 comments on commit 7983557

Please sign in to comment.