Skip to content

Commit

Permalink
feat: 0.0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
theajack committed Oct 9, 2023
1 parent 886e4fd commit 3439b30
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
body, html{ background-color: #222;}
</style>
<script type="module">
window.__VERSION__ = '0.0.35';
window.__VERSION__ = '0.0.36';
window.__DEV__ = true;
window.__DEBUG__ = true;
</script>
Expand Down
2 changes: 1 addition & 1 deletion public/alins.iife.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default defineConfig(({ mode }) => {
define: {
__DEV__: `${isDev}`,
__DEBUG__: `${false}`,
__VERSION__: '"0.0.35"',
__VERSION__: '"0.0.36"',
},
build: {
rollupOptions: {
Expand Down

0 comments on commit 3439b30

Please sign in to comment.