Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asny23 committed Dec 9, 2024
1 parent 7051ea1 commit 60c86d8
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,6 +1,6 @@
{
"name": "metacog",
"version": "2.2.0",
"version": "2.3.0",
"description": "a tiny metadata retriever with metascraper",
"private": true,
"main": "server.js",
Expand Down
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import Redis from 'ioredis'
import NodeCache from 'node-cache'


const VERSION='2.2.0'
const VERSION='2.3.0'
const CACHE_TTL = parseInt(process.env.CACHE_TTL) || 86400
const CACHE_CHECK = parseInt(process.env.CACHE_CHECK) || 3600
const port = process.env.PORT || 3000
Expand Down

0 comments on commit 60c86d8

Please sign in to comment.