Bump versions

This commit is contained in:
Jon Staab
2025-03-04 11:28:41 -08:00
parent b4cc770cdf
commit 863d11352f
4 changed files with 88 additions and 102 deletions

View File

@@ -7,8 +7,8 @@ android {
applicationId "social.flotilla" applicationId "social.flotilla"
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 11 versionCode 12
versionName "0.2.11" versionName "0.2.12"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions { aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps. // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

View File

@@ -351,14 +351,14 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 5; CURRENT_PROJECT_VERSION = 6;
DEVELOPMENT_TEAM = S26U9DYW3A; DEVELOPMENT_TEAM = S26U9DYW3A;
INFOPLIST_FILE = App/Info.plist; INFOPLIST_FILE = App/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = "Flotilla Chat"; INFOPLIST_KEY_CFBundleDisplayName = "Flotilla Chat";
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.social-networking"; INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.social-networking";
IPHONEOS_DEPLOYMENT_TARGET = 14.0; IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 0.2.11; MARKETING_VERSION = 0.2.12;
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\""; OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
PRODUCT_BUNDLE_IDENTIFIER = social.flotilla; PRODUCT_BUNDLE_IDENTIFIER = social.flotilla;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
@@ -376,14 +376,14 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 5; CURRENT_PROJECT_VERSION = 6;
DEVELOPMENT_TEAM = S26U9DYW3A; DEVELOPMENT_TEAM = S26U9DYW3A;
INFOPLIST_FILE = App/Info.plist; INFOPLIST_FILE = App/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = "Flotilla Chat"; INFOPLIST_KEY_CFBundleDisplayName = "Flotilla Chat";
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.social-networking"; INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.social-networking";
IPHONEOS_DEPLOYMENT_TARGET = 14.0; IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 0.2.11; MARKETING_VERSION = 0.2.12;
PRODUCT_BUNDLE_IDENTIFIER = social.flotilla; PRODUCT_BUNDLE_IDENTIFIER = social.flotilla;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = ""; PROVISIONING_PROFILE_SPECIFIER = "";

156
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "flotilla", "name": "flotilla",
"version": "0.2.11", "version": "0.2.12",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "flotilla", "name": "flotilla",
"version": "0.2.11", "version": "0.2.12",
"dependencies": { "dependencies": {
"@capacitor/android": "^7.0.0", "@capacitor/android": "^7.0.0",
"@capacitor/app": "^7.0.0", "@capacitor/app": "^7.0.0",
@@ -21,16 +21,16 @@
"@types/qrcode": "^1.5.5", "@types/qrcode": "^1.5.5",
"@vite-pwa/assets-generator": "^0.2.6", "@vite-pwa/assets-generator": "^0.2.6",
"@vite-pwa/sveltekit": "^0.6.6", "@vite-pwa/sveltekit": "^0.6.6",
"@welshman/app": "~0.0.42", "@welshman/app": "^0.0.43",
"@welshman/content": "~0.0.18", "@welshman/content": "^0.1.0",
"@welshman/dvm": "~0.0.14", "@welshman/dvm": "^0.0.15",
"@welshman/editor": "~0.0.15", "@welshman/editor": "^0.1.0",
"@welshman/feeds": "~0.0.30", "@welshman/feeds": "^0.1.0",
"@welshman/lib": "~0.0.41", "@welshman/lib": "^0.1.0",
"@welshman/net": "~0.0.47", "@welshman/net": "^0.0.49",
"@welshman/signer": "~0.0.20", "@welshman/signer": "^0.1.0",
"@welshman/store": "~0.0.16", "@welshman/store": "^0.1.0",
"@welshman/util": "~0.0.61", "@welshman/util": "^0.1.0",
"daisyui": "^4.12.10", "daisyui": "^4.12.10",
"date-picker-svelte": "^2.13.0", "date-picker-svelte": "^2.13.0",
"dotenv": "^16.4.5", "dotenv": "^16.4.5",
@@ -4448,9 +4448,9 @@
"peer": true "peer": true
}, },
"node_modules/@types/ws": { "node_modules/@types/ws": {
"version": "8.5.14", "version": "8.18.0",
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.14.tgz", "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.18.0.tgz",
"integrity": "sha512-bd/YFLW+URhBzMXurx7lWByOu+xzU9+kb3RboOteXYDfW+tr+JZa99OyNmPINEGB/ahzKrEuc8rcv4gnpJmxTw==", "integrity": "sha512-8svvI3hMyvN0kKCJMvTJP/x6Y/EoQbepff882wL+Sn5QsXb3etnamgrJq4isrBxSJj5L2AuXcI0+bgkoAXGUJw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@types/node": "*" "@types/node": "*"
@@ -4712,19 +4712,19 @@
} }
}, },
"node_modules/@welshman/app": { "node_modules/@welshman/app": {
"version": "0.0.42", "version": "0.0.43",
"resolved": "https://registry.npmjs.org/@welshman/app/-/app-0.0.42.tgz", "resolved": "https://registry.npmjs.org/@welshman/app/-/app-0.0.43.tgz",
"integrity": "sha512-+yV2VZ1r/BVhaLfZyyXe6RNMAbj1Z5jFlvy9K14Z3oTRix9ugvFgs78nLgXbt/lyLvafOit0c3RoGyQcixEb3Q==", "integrity": "sha512-cW/0h48d18m8eyajfE+ZNUEKyehR2NY5w4jWZjHwEHjUlj6izTTIYLhcLxAGZoge/raEpWhvKkI2CeiX+3PheA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@types/throttle-debounce": "^5.0.2", "@types/throttle-debounce": "^5.0.2",
"@welshman/dvm": "~0.0.13", "@welshman/dvm": "^0.0.15",
"@welshman/feeds": "~0.0.30", "@welshman/feeds": "^0.1.0",
"@welshman/lib": "~0.0.39", "@welshman/lib": "^0.1.0",
"@welshman/net": "~0.0.46", "@welshman/net": "^0.0.49",
"@welshman/signer": "~0.0.19", "@welshman/signer": "^0.1.0",
"@welshman/store": "~0.0.15", "@welshman/store": "^0.1.0",
"@welshman/util": "~0.0.59", "@welshman/util": "^0.1.0",
"fuse.js": "^7.0.0", "fuse.js": "^7.0.0",
"idb": "^8.0.0", "idb": "^8.0.0",
"svelte": "^4.2.18", "svelte": "^4.2.18",
@@ -4766,13 +4766,13 @@
} }
}, },
"node_modules/@welshman/content": { "node_modules/@welshman/content": {
"version": "0.0.18", "version": "0.1.0",
"resolved": "https://registry.npmjs.org/@welshman/content/-/content-0.0.18.tgz", "resolved": "https://registry.npmjs.org/@welshman/content/-/content-0.1.0.tgz",
"integrity": "sha512-7LHs9xKStrkaet9VY1PWSEUWrdIaIThIo+ByN6lF3nRZwPTExrBy4rPXnEa5roVAAwgmlhXw3zTkfGP15V6joQ==", "integrity": "sha512-l+r3JgBf6raPcwsAsNiM3N4Ms0X88uKPMuPltQLOMv0whaDCUVpu/w7llQBX6fH7v9RgSq0imgkUCWw9puYNlQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@braintree/sanitize-url": "^7.0.2", "@braintree/sanitize-url": "^7.0.2",
"@welshman/lib": "~0.0.40", "@welshman/lib": "^0.1.0",
"nostr-tools": "^2.7.2" "nostr-tools": "^2.7.2"
}, },
"engines": { "engines": {
@@ -4780,22 +4780,22 @@
} }
}, },
"node_modules/@welshman/dvm": { "node_modules/@welshman/dvm": {
"version": "0.0.14", "version": "0.0.15",
"resolved": "https://registry.npmjs.org/@welshman/dvm/-/dvm-0.0.14.tgz", "resolved": "https://registry.npmjs.org/@welshman/dvm/-/dvm-0.0.15.tgz",
"integrity": "sha512-C7nJ3Z3QQv5ZRVxH57rqM/z7m9ljDAaAPCjhZdnO/MXzkGdy6AfczSiXK8IXTe9q4dYyEJ7kADo7UVfwES/t5Q==", "integrity": "sha512-XYdQBsbMIYX0ympQdq3KiacnoDYqXhQ4m+7zVROOO4rF9swht7az46T12Sga046eLUbFTK2f45qFAPEwcmhDHg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@noble/hashes": "^1.6.1", "@noble/hashes": "^1.6.1",
"@welshman/lib": "~0.0.37", "@welshman/lib": "^0.1.0",
"@welshman/net": "~0.0.46", "@welshman/net": "^0.0.49",
"@welshman/util": "~0.0.58", "@welshman/util": "^0.1.0",
"nostr-tools": "^2.7.2" "nostr-tools": "^2.7.2"
} }
}, },
"node_modules/@welshman/editor": { "node_modules/@welshman/editor": {
"version": "0.0.15", "version": "0.1.0",
"resolved": "https://registry.npmjs.org/@welshman/editor/-/editor-0.0.15.tgz", "resolved": "https://registry.npmjs.org/@welshman/editor/-/editor-0.1.0.tgz",
"integrity": "sha512-Eg3alzv+cjCXtr6oEItRqoRSD4DTllt3c2JyJTxpF/KNiy8XHHMeUSpVFgph3+pAt5jwyl6b1feKPEwpShgqHw==", "integrity": "sha512-gqbkjWhyb37tbDwd1gYPc/KWd+kpF6V0YQi7apoBIPGqiprYuzzrkhUe27DWgWDvCik4GB3Ef2Gy9vmQDRXpcg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@tiptap/core": "^2.11.5", "@tiptap/core": "^2.11.5",
@@ -4811,41 +4811,27 @@
"@tiptap/extension-text": "^2.11.5", "@tiptap/extension-text": "^2.11.5",
"@tiptap/pm": "^2.11.5", "@tiptap/pm": "^2.11.5",
"@tiptap/suggestion": "^2.11.5", "@tiptap/suggestion": "^2.11.5",
"@welshman/lib": "~0.0.40", "@welshman/lib": "^0.1.0",
"@welshman/util": "^0.0.60", "@welshman/util": "^0.1.0",
"nostr-editor": "^0.0.4-pre.13", "nostr-editor": "^0.0.4-pre.13",
"nostr-tools": "^2.10.4", "nostr-tools": "^2.10.4",
"tippy.js": "^6.3.7" "tippy.js": "^6.3.7"
} }
}, },
"node_modules/@welshman/editor/node_modules/@welshman/util": {
"version": "0.0.60",
"resolved": "https://registry.npmjs.org/@welshman/util/-/util-0.0.60.tgz",
"integrity": "sha512-kqZgYnrwxKx0JTDZnTSaQYc2ev7E9ZjNDy5MclX36d5T/qPUspmwksAOodFJY9kJoJd49bf1omAmBTgnFJfeHw==",
"license": "MIT",
"dependencies": {
"@types/ws": "^8.5.13",
"@welshman/lib": "~0.0.37",
"nostr-tools": "^2.7.2"
},
"engines": {
"node": ">=10.4.0"
}
},
"node_modules/@welshman/feeds": { "node_modules/@welshman/feeds": {
"version": "0.0.30", "version": "0.1.0",
"resolved": "https://registry.npmjs.org/@welshman/feeds/-/feeds-0.0.30.tgz", "resolved": "https://registry.npmjs.org/@welshman/feeds/-/feeds-0.1.0.tgz",
"integrity": "sha512-Zcex2uJVeYM55zDI1Dhb5I41lYGD4BURWl95nbFaWbbMYDwoAFIS2cPXBsaGNrITzsz8qByvRs2RnplrmZwSzA==", "integrity": "sha512-89N1Ibcyzbs7VFljSWe/lpg/hLPq2/EKk5xegiZ7Sn8+X0Mqn7+8V3HUBEbPk+ZICLSIwEsksrFkWgFyeKLoSQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.37", "@welshman/lib": "^0.1.0",
"@welshman/util": "~0.0.54" "@welshman/util": "^0.1.0"
} }
}, },
"node_modules/@welshman/lib": { "node_modules/@welshman/lib": {
"version": "0.0.41", "version": "0.1.0",
"resolved": "https://registry.npmjs.org/@welshman/lib/-/lib-0.0.41.tgz", "resolved": "https://registry.npmjs.org/@welshman/lib/-/lib-0.1.0.tgz",
"integrity": "sha512-FMJVoPZw8Vi1fd2/ulwqlBS1tvjkFAm9lg+Dz5SXItXxrNC06YMRTjGjInCBEkArrvNGPUjchzSFDNmbH0fxHQ==", "integrity": "sha512-U3hKLigTOP62/jkJbQboZ4P1wSZae16xdFVC3CXT9lk3aRkI7g6pAfzCnungCbeX26X/HgRUs/IqRRMI+tz/Pg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@scure/base": "^1.1.6", "@scure/base": "^1.1.6",
@@ -4854,28 +4840,28 @@
} }
}, },
"node_modules/@welshman/net": { "node_modules/@welshman/net": {
"version": "0.0.47", "version": "0.0.49",
"resolved": "https://registry.npmjs.org/@welshman/net/-/net-0.0.47.tgz", "resolved": "https://registry.npmjs.org/@welshman/net/-/net-0.0.49.tgz",
"integrity": "sha512-/mIr+QyLH+RlD16rsPDTIW250lOm5eNaLO6dhZw8dMKznMhVtSWe/X/lJZOXmexzbB2z7WYZVN5x5TggZROyxA==", "integrity": "sha512-DvsBh+MGIZtRd08itpxM8H40tNB2CuEx1ayydnIjk/bX9J2SgfjoFcMhr0mJ8PdSYvwmfRV95T4gF19ni8ANeQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.40", "@welshman/lib": "^0.1.0",
"@welshman/util": "~0.0.59", "@welshman/util": "^0.1.0",
"isomorphic-ws": "^5.0.0", "isomorphic-ws": "^5.0.0",
"ws": "^8.16.0" "ws": "^8.16.0"
} }
}, },
"node_modules/@welshman/signer": { "node_modules/@welshman/signer": {
"version": "0.0.20", "version": "0.1.0",
"resolved": "https://registry.npmjs.org/@welshman/signer/-/signer-0.0.20.tgz", "resolved": "https://registry.npmjs.org/@welshman/signer/-/signer-0.1.0.tgz",
"integrity": "sha512-t7ulAMtx+b1NedTzs91D/2WTdM0OzTQHsv15qtXQoIyqrdhJ7QQsMHkDdFUkyPK8CBxAWO8kVorbDM8DbVyeCQ==", "integrity": "sha512-9pLpYsAcriBqQROiJlnnncyCHcneDS2iD+gA5SXv1lHxKRMm3yePx5vjlUj1vJ4+JMvNiutQeTnqOc+gJ31MoA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@noble/curves": "^1.7.0", "@noble/curves": "^1.7.0",
"@noble/hashes": "^1.6.1", "@noble/hashes": "^1.6.1",
"@welshman/lib": "~0.0.37", "@welshman/lib": "^0.1.0",
"@welshman/net": "~0.0.46", "@welshman/net": "^0.0.49",
"@welshman/util": "~0.0.58", "@welshman/util": "^0.1.0",
"nostr-tools": "^2.7.2" "nostr-tools": "^2.7.2"
}, },
"engines": { "engines": {
@@ -4886,13 +4872,13 @@
} }
}, },
"node_modules/@welshman/store": { "node_modules/@welshman/store": {
"version": "0.0.16", "version": "0.1.0",
"resolved": "https://registry.npmjs.org/@welshman/store/-/store-0.0.16.tgz", "resolved": "https://registry.npmjs.org/@welshman/store/-/store-0.1.0.tgz",
"integrity": "sha512-hIcvcBnmE2jbEyl44iw2qRVPq66CQsVevCMK8NlKHN5LrRydbZQDrU1v/1uWV43FoGr2jjIawUiJUsm8+GlP+Q==", "integrity": "sha512-i0AD8Y4OuuxdQvxmKgziNbiAZ+WDjheY5Z/DGfBTKPWrITOqA5vmWY601WYUJe0HgleXcgp0dpjFXRdX7bVIvQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.37", "@welshman/lib": "^0.1.0",
"@welshman/util": "~0.0.59", "@welshman/util": "^0.1.0",
"svelte": "^4.2.18" "svelte": "^4.2.18"
} }
}, },
@@ -4931,13 +4917,13 @@
} }
}, },
"node_modules/@welshman/util": { "node_modules/@welshman/util": {
"version": "0.0.61", "version": "0.1.0",
"resolved": "https://registry.npmjs.org/@welshman/util/-/util-0.0.61.tgz", "resolved": "https://registry.npmjs.org/@welshman/util/-/util-0.1.0.tgz",
"integrity": "sha512-+l4YX01msAtnyylzpIFIAYubvnBLyr9hGx3iRO5LS3OPv/yUDOeyYJseWDqorkIiN5BRT7PCgnWJdlQP71ZtAw==", "integrity": "sha512-acXG0+HoFPT/zDwFO0zBWt9TrCHD0IYNJNN67CNwmv9yicVskDsFs8L65uoSEDgCOjp9eQnIMXf20s8a/XO3Ng==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@types/ws": "^8.5.13", "@types/ws": "^8.5.13",
"@welshman/lib": "~0.0.40", "@welshman/lib": "^0.1.0",
"nostr-tools": "^2.7.2" "nostr-tools": "^2.7.2"
}, },
"engines": { "engines": {
@@ -15240,9 +15226,9 @@
"license": "ISC" "license": "ISC"
}, },
"node_modules/ws": { "node_modules/ws": {
"version": "8.18.0", "version": "8.18.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz", "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.1.tgz",
"integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==", "integrity": "sha512-RKW2aJZMXeMxVpnZ6bck+RswznaxmzdULiBr6KY7XkTnW8uvt0iT9H5DkHUChXrc+uurzwa0rVI16n/Xzjdz1w==",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">=10.0.0" "node": ">=10.0.0"

View File

@@ -1,6 +1,6 @@
{ {
"name": "flotilla", "name": "flotilla",
"version": "0.2.11", "version": "0.2.12",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "vite dev", "dev": "vite dev",
@@ -50,16 +50,16 @@
"@types/qrcode": "^1.5.5", "@types/qrcode": "^1.5.5",
"@vite-pwa/assets-generator": "^0.2.6", "@vite-pwa/assets-generator": "^0.2.6",
"@vite-pwa/sveltekit": "^0.6.6", "@vite-pwa/sveltekit": "^0.6.6",
"@welshman/app": "~0.0.42", "@welshman/app": "^0.0.43",
"@welshman/content": "~0.0.18", "@welshman/content": "^0.1.0",
"@welshman/dvm": "~0.0.14", "@welshman/dvm": "^0.0.15",
"@welshman/editor": "~0.0.15", "@welshman/editor": "^0.1.0",
"@welshman/feeds": "~0.0.30", "@welshman/feeds": "^0.1.0",
"@welshman/lib": "~0.0.41", "@welshman/lib": "^0.1.0",
"@welshman/net": "~0.0.47", "@welshman/net": "^0.0.49",
"@welshman/signer": "~0.0.20", "@welshman/signer": "^0.1.0",
"@welshman/store": "~0.0.16", "@welshman/store": "^0.1.0",
"@welshman/util": "~0.0.61", "@welshman/util": "^0.1.0",
"daisyui": "^4.12.10", "daisyui": "^4.12.10",
"date-picker-svelte": "^2.13.0", "date-picker-svelte": "^2.13.0",
"dotenv": "^16.4.5", "dotenv": "^16.4.5",