Skip to content

Commit

Permalink
🔖 v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkrypto committed Oct 20, 2023
1 parent d4d16d6 commit 2db195f
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": "nanodrop-api",
"author": "anarkrypto <[email protected]>",
"version": "0.1.0-beta.1",
"version": "0.1.0",
"scripts": {
"dev": "wrangler dev src/index.ts --port 8787",
"deploy": "wrangler deploy --minify src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/nanodrop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export class NanoDrop implements DurableObject {
app = new Hono<{ Bindings: Bindings }>().onError(errorHandler)
wallet: NanoWallet
storage: DurableObjectStorage
static version = 'v0.1.0-alpha.1'
static version = 'v0.1.0'
db: D1Database
ipTicketQueue: Record<string, Promise<void>[]> = {}
isDev: boolean
Expand Down

0 comments on commit 2db195f

Please sign in to comment.