Skip to content

Commit

Permalink
Release v2.1.0 (#49)
Browse files Browse the repository at this point in the history
Co-authored-by: joswig <[email protected]>
  • Loading branch information
joswig and joswig authored Nov 16, 2023
1 parent bff2252 commit 7eb3d6f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aerie-gateway",
"description": "The API gateway for Aerie.",
"version": "2.0.0",
"version": "2.1.0",
"type": "module",
"license": "MIT",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const defaultEnv: Env = {
POSTGRES_USER: '',
RATE_LIMITER_FILES_MAX: 1000,
RATE_LIMITER_LOGIN_MAX: 1000,
VERSION: '2.0.0',
VERSION: '2.1.0',
};

/**
Expand Down

0 comments on commit 7eb3d6f

Please sign in to comment.