Skip to content

Commit

Permalink
Bump dll version
Browse files Browse the repository at this point in the history
  • Loading branch information
Planeshifter committed May 7, 2021
1 parent 1af73d6 commit bfc763a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion @isle-project/dll/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@isle-project/dll",
"version": "0.2.68",
"version": "0.2.69",
"author": {
"name": "Philipp Burckhardt",
"email": "[email protected]",
Expand Down
4 changes: 2 additions & 2 deletions app/bundler/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ <h1 id="noscript-header" >Please enable JavaScript in order to use ISLE.</h1>
window._crypto = {};
</script>
<% if ( loadFromCDN ) { %>
<script src="https://cdn.jsdelivr.net/npm/@isle-project/[email protected].68/dll.session.js" charset="utf-8"></script>
<script src="https://cdn.jsdelivr.net/npm/@isle-project/[email protected].68/dll.components.js" charset="utf-8"></script>
<script src="https://cdn.jsdelivr.net/npm/@isle-project/[email protected].69/dll.session.js" charset="utf-8"></script>
<script src="https://cdn.jsdelivr.net/npm/@isle-project/[email protected].69/dll.components.js" charset="utf-8"></script>
<% } %>
</body>
</html>
2 changes: 1 addition & 1 deletion webpack.config.dll.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ const config = {
path: join( __dirname, '@isle-project', 'dll' ),
filename: 'dll.[name].js',
library: '[name]_dll',
publicPath: 'https://cdn.jsdelivr.net/npm/@isle-project/[email protected].68/'
publicPath: 'https://cdn.jsdelivr.net/npm/@isle-project/[email protected].69/'
},
optimization: {
minimize: true,
Expand Down

0 comments on commit bfc763a

Please sign in to comment.