Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorm committed Jan 24, 2024
1 parent 8180730 commit 4dc45e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/demergi.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ getopts: for (let i = 0; i < argv.length; i++) {
break;
case "-v":
case "--version":
console.log(`Demergi 2.0.7`);
console.log(`Demergi 2.1.0`);
process.exit(0);
break;
case "-h":
Expand Down
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": "demergi",
"version": "2.0.7",
"version": "2.1.0",
"description": "A proxy server that helps to bypass the DPI systems implemented by various ISPs",
"author": "Héctor Molinero Fernández <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 4dc45e1

Please sign in to comment.