Skip to content

Commit ba81a2a

Browse files
committed
chore: bump version to 0.13.3
1 parent 6841a70 commit ba81a2a

File tree

4 files changed

+5
-11
lines changed

4 files changed

+5
-11
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ android {
9393
minSdkVersion rootProject.ext.minSdkVersion
9494
targetSdkVersion rootProject.ext.targetSdkVersion
9595
versionCode 1
96-
versionName "0.13.2"
96+
versionName "0.13.3"
9797
}
9898
flavorDimensions "default"
9999
productFlavors {

app.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"slug": "neuland-app-native",
55
"scheme": "neuland",
66
"owner": "neuland-ingolstadt",
7-
"version": "0.13.2",
7+
"version": "0.13.3",
88
"githubUrl": "https://github.com/neuland-ingolstadt/neuland.app-native/",
99
"userInterfaceStyle": "automatic",
1010
"newArchEnabled": false,

ios/NeulandNext/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundlePackageType</key>
2222
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
2323
<key>CFBundleShortVersionString</key>
24-
<string>0.13.2</string>
24+
<string>0.13.3</string>
2525
<key>CFBundleSignature</key>
2626
<string>????</string>
2727
<key>CFBundleURLTypes</key>

src/data/licenses.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"licenseUrl": "https://github.com/expo/vector-icons/raw/master/LICENSE",
3030
"parents": "neuland"
3131
},
32-
"@gorhom/bottom-sheet@5.1.4": {
32+
"@gorhom/bottom-sheet@5.1.5": {
3333
"licenses": "MIT",
3434
"repository": "https://github.com/gorhom/react-native-bottom-sheet",
3535
"licenseUrl": "https://github.com/gorhom/react-native-bottom-sheet/raw/master/LICENSE",
@@ -47,7 +47,7 @@
4747
"licenseUrl": "https://github.com/Kichiyaki/react-native-barcode-generator/raw/master/LICENSE",
4848
"parents": "neuland"
4949
},
50-
"@maplibre/maplibre-react-native@10.1.4": {
50+
"@maplibre/maplibre-react-native@10.1.5": {
5151
"licenses": "MIT",
5252
"repository": "https://github.com/maplibre/maplibre-react-native",
5353
"licenseUrl": "https://github.com/maplibre/maplibre-react-native/raw/master/LICENSE.md",
@@ -382,12 +382,6 @@
382382
"licenseUrl": "https://github.com/computerjazz/react-native-draggable-flatlist/raw/master/LICENSE.txt",
383383
"parents": "neuland"
384384
},
385-
"react-native-edge-to-edge@1.6.0": {
386-
"licenses": "MIT",
387-
"repository": "https://github.com/zoontek/react-native-edge-to-edge",
388-
"licenseUrl": "https://github.com/zoontek/react-native-edge-to-edge/raw/master/LICENSE",
389-
"parents": "neuland"
390-
},
391385
"react-native-gesture-handler@2.24.0": {
392386
"licenses": "MIT",
393387
"repository": "https://github.com/software-mansion/react-native-gesture-handler",

0 commit comments

Comments
 (0)