Skip to content

Commit 3c61dc1

Browse files
authored
Bump 2025.1 (#3323)
<!-- Thank you for submitting a Pull Request and helping to improve Home Assistant. Please complete the following sections to help the processing and review of your changes. Please do not delete anything from this template. --> ## Summary <!-- Provide a brief summary of the changes you have made and most importantly what they aim to achieve --> ## Screenshots <!-- If this is a user-facing change not in the frontend, please include screenshots in light and dark mode. --> ## Link to pull request in Documentation repository <!-- Pull requests that add, change or remove functionality must have a corresponding pull request in the Companion App Documentation repository (https://github.com/home-assistant/companion.home-assistant). Please add the number of this pull request after the "#" --> Documentation: home-assistant/companion.home-assistant# ## Any other notes <!-- If there is any other information of note, like if this Pull Request is part of a bigger change, please include it here. -->
1 parent 6d641e8 commit 3c61dc1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- master
88

99
env:
10-
DEVELOPER_DIR: /Applications/Xcode_16.0.app/Contents/Developer
10+
DEVELOPER_DIR: /Applications/Xcode_16.2.app/Contents/Developer
1111
FASTLANE_SKIP_UPDATE_CHECK: true
1212
FASTLANE_XCODE_LIST_TIMEOUT: 80
1313
FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 80

.github/workflows/distribute.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- master
88

99
env:
10-
DEVELOPER_DIR: /Applications/Xcode_16.0.app/Contents/Developer
10+
DEVELOPER_DIR: /Applications/Xcode_16.2.app/Contents/Developer
1111
FASTLANE_SKIP_UPDATE_CHECK: true
1212
FASTLANE_XCODE_LIST_TIMEOUT: 60
1313
FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 60

Configuration/Version.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
MARKETING_VERSION=2024.12.3
2-
CURRENT_PROJECT_VERSION=2024
1+
MARKETING_VERSION=2025.1
2+
CURRENT_PROJECT_VERSION=2025

0 commit comments

Comments
 (0)