Skip to content

Commit

Permalink
chore: bump required deno version
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiq007 committed Mar 28, 2024
1 parent 110628d commit 384262f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</h4>
<br>
<a href="https://deno.land/x/entropy_cli" target="_blank">
<img src="https://shield.deno.dev/deno/%5E1.40.0" alt="Required Deno version">
<img src="https://shield.deno.dev/deno/%5E1.42.0" alt="Required Deno version">
&nbsp;
<img src="https://shield.deno.dev/x/entropy_cli" alt="Latest Entropy CLI version">
</a>
Expand Down Expand Up @@ -47,7 +47,7 @@ creating apps, you may still encounter some bugs and breaking changes.

To run Entropy, your environment has to meet following requirements:

- Deno ^1.40.0
- Deno ^1.42.0

> [!TIP]
It is a good practice to always have the latest version of Deno installed. To update
Expand Down
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const DENO_VERSION = Deno.version.deno;
export const MIN_DENO_VERSION = '1.40.0';
export const MIN_DENO_VERSION = '1.42.0';
export const VERSION = '1.0.0-beta.7';

0 comments on commit 384262f

Please sign in to comment.