Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsadetsky committed Jun 11, 2024
1 parent f24142d commit 2849d53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "disco",
"description": "deploy and manage your web projects",
"version": "0.5.15",
"version": "0.5.16",
"author": "The disco Team",
"bin": {
"disco": "./bin/run.js"
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# to run this:
# export $(cat .env | xargs) && ./release.sh
# export $(cat .env | xargs) && ./release.sh
# ---

# exit on error
Expand Down

0 comments on commit 2849d53

Please sign in to comment.