version bumpage

This commit is contained in:
Violet Caulfield
2025-02-05 22:27:42 -06:00
parent ff5a05364b
commit 4e04c03046
2 changed files with 2 additions and 2 deletions

View File

@@ -605,7 +605,7 @@
CODE_SIGN_IDENTITY = "Apple Development: Jack Caulfield (66Z9J9NX2X)";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development: Jack Caulfield (66Z9J9NX2X)";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 17;
CURRENT_PROJECT_VERSION = 18;
DEVELOPMENT_TEAM = WAH9CZ8BPG;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = WAH9CZ8BPG;
ENABLE_BITCODE = NO;

View File

@@ -1,6 +1,6 @@
{
"name": "jellify",
"version": "0.4.0",
"version": "0.5.0",
"private": true,
"scripts": {
"init": "npm i && npm run pod:install",