Bump version

This commit is contained in:
Jon Staab
2025-01-28 09:30:17 -08:00
parent 3368cba1be
commit 1e7e439e3f
4 changed files with 19 additions and 5 deletions

View File

@@ -1,5 +1,19 @@
# Changelog
# 0.2.5
* Improve room and data loading
* Use @welshman/editor
* Drop support for legacy event kinds
* Add support for back button navigation on android
* Remove note to self page (still available via chat)
* Improve chat conversation search
* Change how reply UI works
# 0.2.4
* Update icons
# 0.2.3
* Add NIP 56 reports for messages and threads

View File

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

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "flotilla",
"version": "0.2.4",
"version": "0.2.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "flotilla",
"version": "0.2.4",
"version": "0.2.5",
"dependencies": {
"@capacitor/android": "^7.0.1",
"@capacitor/app": "^7.0.0",

View File

@@ -1,6 +1,6 @@
{
"name": "flotilla",
"version": "0.2.4",
"version": "0.2.5",
"private": true,
"scripts": {
"dev": "vite dev",