Skip to content

Commit 7f55b5d

Browse files
chore: bump version to v0.1.16
1 parent 8a83a91 commit 7f55b5d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/server/wrangler.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
// `wrangler dev` call the real Email Service; without it the mailer
127127
// falls back to a console log (see src/lib/mailer.ts).
128128
"vars": {
129-
"APP_VERSION": "0.1.15",
129+
"APP_VERSION": "0.1.16",
130130
"ADMIN_URL": "https://apollokit-admin.limitless-ai.workers.dev",
131131
"INVITE_FROM_ADDRESS": "invites@o-x-o.ai",
132132
"SENTRY_ENVIRONMENT": "production",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apollokit",
3-
"version": "0.1.15",
3+
"version": "0.1.16",
44
"private": true,
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)