chore: release v2.4.4

This commit is contained in:
Lei Nelissen
2025-02-04 22:37:24 +01:00
parent 7a163f4bde
commit c8e693991b
3 changed files with 5 additions and 5 deletions

View File

@@ -85,8 +85,8 @@ android {
applicationId "nl.moeilijkedingen.jellyfinaudioplayer" applicationId "nl.moeilijkedingen.jellyfinaudioplayer"
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 33 versionCode 34
versionName "2.4.3" versionName "2.4.4"
} }
signingConfigs { signingConfigs {

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "fintunes", "name": "fintunes",
"version": "2.4.3", "version": "2.4.4",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "fintunes", "name": "fintunes",
"version": "2.4.3", "version": "2.4.4",
"hasInstallScript": true, "hasInstallScript": true,
"dependencies": { "dependencies": {
"@react-native-async-storage/async-storage": "^1.21.0", "@react-native-async-storage/async-storage": "^1.21.0",

View File

@@ -1,6 +1,6 @@
{ {
"name": "fintunes", "name": "fintunes",
"version": "2.4.3", "version": "2.4.4",
"main": "src/index.js", "main": "src/index.js",
"private": true, "private": true,
"scripts": { "scripts": {