1 parent 69f7042 commit 24e929aCopy full SHA for 24e929a
2 files changed
apps/server/wrangler.jsonc
@@ -126,7 +126,7 @@
126
// `wrangler dev` call the real Email Service; without it the mailer
127
// falls back to a console log (see src/lib/mailer.ts).
128
"vars": {
129
- "APP_VERSION": "0.1.11",
+ "APP_VERSION": "0.1.12",
130
"ADMIN_URL": "https://apollokit-admin.limitless-ai.workers.dev",
131
"INVITE_FROM_ADDRESS": "invites@example.com",
132
"SENTRY_ENVIRONMENT": "production",
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "apollokit",
3
- "version": "0.1.11",
+ "version": "0.1.12",
4
"private": true,
5
"license": "MIT",
6
"repository": {
0 commit comments