Bump version to 0.2.3

This commit is contained in:
Jon Staab
2025-01-16 08:41:20 -08:00
parent 01c4219922
commit c387b65460
4 changed files with 11 additions and 5 deletions

View File

@@ -7,8 +7,8 @@ android {
applicationId "social.flotilla"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "0.2.2"
versionCode 2
versionName "0.2.3"
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.2",
"version": "0.2.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "flotilla",
"version": "0.2.2",
"version": "0.2.3",
"dependencies": {
"@capacitor/android": "^6.1.2",
"@capacitor/cli": "^6.1.2",

View File

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

View File

@@ -123,6 +123,12 @@
@apply ellipsize;
}
@media (max-width: 639px) {
[data-tip]::before {
display: none;
}
}
.content-padding-x {
@apply px-4 sm:px-8 md:px-12;
}