Skip to content

Commit

Permalink
chore(client): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavotoyota committed Feb 2, 2024
1 parent 7fc88ee commit bea9b69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deepnotes/client",
"description": "DeepNotes is an open source, end-to-end encrypted infinite canvas tool with deep page nesting and realtime collaboration. Create mind maps, diagrams, kanban boards, and more.",
"homepage": "https://deepnotes.app",
"version": "1.0.24",
"version": "1.0.25",
"author": "Gustavo Toyota <[email protected]>",
"dependencies": {
"@_ueberdosis/prosemirror-tables": "~1.1.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.0.24;
MARKETING_VERSION = 1.0.25;
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
PRODUCT_BUNDLE_IDENTIFIER = app.deepnotes;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -386,7 +386,7 @@
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.0.24;
MARKETING_VERSION = 1.0.25;
PRODUCT_BUNDLE_IDENTIFIER = app.deepnotes;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down

0 comments on commit bea9b69

Please sign in to comment.