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 8e7edf7 commit 752d5bd
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" 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" alt="Latest Entropy version">
</a>
Expand Down Expand Up @@ -47,7 +47,7 @@ applications with awesome developer experience.

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,5 +1,5 @@
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 OS = Deno.build.os;
export const TYPESCRIPT_VERSION = Deno.version.typescript;
export const V8_VERSION = Deno.version.v8;
Expand Down

0 comments on commit 752d5bd

Please sign in to comment.