Skip to content

Commit

Permalink
🏗️ build(release): bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
thrownullexception committed Feb 10, 2024
1 parent 6025293 commit 45344bc
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 56 deletions.
203 changes: 157 additions & 46 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hadmean",
"version": "0.20.10",
"version": "0.20.11",
"license": "GPL-3.0-or-later",
"scripts": {
"dev": "next dev",
Expand All @@ -26,7 +26,7 @@
"files": [".next", "dist", "bin", "public", ".env.example"],
"bin": "./bin/dashpress",
"dependencies": {
"@dashpress/bacteria": "^0.0.10",
"@dashpress/bacteria": "^0.0.11",
"@tanstack/react-table": "^8.7.9",
"@types/cryptr": "^4.0.1",
"@types/formidable": "^3.4.5",
Expand Down
16 changes: 8 additions & 8 deletions src/bin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,17 @@ const replaceRandomCharaters = (envContent: string) => {
process.stdout.write("\n");
// https://patorjk.com/software/taag/#p=display&f=Big%20Money-ne&t=dashpress
console.log(`
/$$ /$$
| $$ | $$
/$$ /$$
| $$ | $$
/$$$$$$$ /$$$$$$ /$$$$$$ | $$$$$$$ /$$$$$$ /$$$$$$ / $$$$$$$$ /$$$$$$$ /$$$$$$$
/$$__ $$ |____ $$ /$$____/ | $$__ $$ / $$__ $$ / $$__ $$ | $$__ $$ /$$_____//$$____/
| $$ | $$ /$$$$$$$ | $$$$$$ | $$ \\ $$ | $$ \\ $$| $$ \\__ | $$$$$$$$ | $$$$$$| $$$$$$
/$$__ $$ |____ $$ /$$____/ | $$__ $$ / $$__ $$ / $$__ $$ | $$__ $$ |$$_____//$$____/
| $$ | $$ /$$$$$$$ | $$$$$$ | $$ \\ $$ | $$ \\ $$| $$ \\__ | $$$$$$$$ |$$$$$$$| $$$$$$
| $$ | $$ / $$__ $$ \\_____$$ | $$ | $$ | $$ | $$| $$ | $$_____/ \\____ $$ \\____ $$
| $$$$$$$ | $$$$$$$ /$$$$$$$/| $$ | $$ | $$$$$$$/| $$ | $$$$$$$ /$$$$$$$//$$$$$$$/
\\_______/ \\_______/|_______/ |__/ |__/ | $$____/ |__/ \\_______/|_______/|_______/
| $$
| $$
|__/
\\_______/ \\_______/|_______/ |__/ |__/ | $$____/ |__/ \\_______/|_______/|_______/
| $$
| $$
|__/
`);

Expand Down

0 comments on commit 45344bc

Please sign in to comment.