Skip to content

Commit 24e929a

Browse files
chore: bump version to v0.1.12
1 parent 69f7042 commit 24e929a

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.11",
129+
"APP_VERSION": "0.1.12",
130130
"ADMIN_URL": "https://apollokit-admin.limitless-ai.workers.dev",
131131
"INVITE_FROM_ADDRESS": "invites@example.com",
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.11",
3+
"version": "0.1.12",
44
"private": true,
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)