Skip to content

Commit

Permalink
Merge pull request #7 from make-software/release-1.4.5
Browse files Browse the repository at this point in the history
[CLICK-665] Update examples to use v1.4.5
  • Loading branch information
davidatwhiletrue authored May 21, 2024
2 parents e3f2def + 7711d6e commit 38d0916
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 160 deletions.
2 changes: 1 addition & 1 deletion csprclick-blazor/Components/App.razor
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="icon" type="image/png" href="favicon.png" />

<script src="csprclick.js"></script>
<script defer="defer" src="https://cdn.cspr.click/ui/v1.3.0/csprclick-client-1.3.0.js"></script>
<script defer="defer" src="https://cdn.cspr.click/ui/v1.4.5/csprclick-client-1.4.5.js"></script>
<HeadOutlet />
</head>

Expand Down
3 changes: 0 additions & 3 deletions csprclick-blazor/wwwroot/csprclick-client-1.3.0.js

This file was deleted.

75 changes: 0 additions & 75 deletions csprclick-blazor/wwwroot/csprclick-client-1.3.0.js.LICENSE.txt

This file was deleted.

1 change: 0 additions & 1 deletion csprclick-blazor/wwwroot/csprclick-client-1.3.0.js.map

This file was deleted.

3 changes: 0 additions & 3 deletions csprclick-html/public/csprclick-client-1.3.0.js

This file was deleted.

75 changes: 0 additions & 75 deletions csprclick-html/public/csprclick-client-1.3.0.js.LICENSE.txt

This file was deleted.

1 change: 0 additions & 1 deletion csprclick-html/public/csprclick-client-1.3.0.js.map

This file was deleted.

2 changes: 1 addition & 1 deletion csprclick-html/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<title>CSPR.click HTML example</title>

<script src="./app.js"></script>
<script defer="defer" src="https://cdn.cspr.click/ui/v1.3.0/csprclick-client-1.3.0.js"></script>
<script defer="defer" src="https://cdn.cspr.click/ui/v1.4.5/csprclick-client-1.4.5.js"></script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down

0 comments on commit 38d0916

Please sign in to comment.