Skip to content

Commit d6701ac

Browse files
authored
Merge pull request #4660 from owncloud/release/4.6.2
[RELEASE] 4.6.2
2 parents 52b7807 + e36c21f commit d6701ac

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Table of Contents
22

3-
* [Changelog for unreleased](#changelog-for-owncloud-android-client-unreleased-unreleased)
3+
* [Changelog for 4.6.2](#changelog-for-owncloud-android-client-462-2025-08-13)
44
* [Changelog for 4.6.1](#changelog-for-owncloud-android-client-461-2025-08-01)
55
* [Changelog for 4.6.0](#changelog-for-owncloud-android-client-460-2025-07-22)
66
* [Changelog for 4.5.1](#changelog-for-owncloud-android-client-451-2025-04-03)
@@ -29,12 +29,12 @@
2929
* [Changelog for 2.18.1](#changelog-for-owncloud-android-client-2181-2021-07-20)
3030
* [Changelog for 2.18.0](#changelog-for-owncloud-android-client-2180-2021-05-24)
3131
* [Changelog for 2.17 versions and below](#changelog-for-217-versions-and-below)
32-
# Changelog for ownCloud Android Client [unreleased] (UNRELEASED)
32+
# Changelog for ownCloud Android Client [4.6.2] (2025-08-13)
3333

34-
The following sections list the changes in ownCloud Android Client unreleased relevant to
34+
The following sections list the changes in ownCloud Android Client 4.6.2 relevant to
3535
ownCloud admins and users.
3636

37-
[unreleased]: https://github.com/owncloud/android/compare/v4.6.1...master
37+
[4.6.2]: https://github.com/owncloud/android/compare/v4.6.1...v4.6.2
3838

3939
## Summary
4040

owncloudApp/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ android {
100100

101101
testInstrumentationRunner "com.owncloud.android.utils.OCTestAndroidJUnitRunner"
102102

103-
versionCode = 46000100
104-
versionName = "4.6.1"
103+
versionCode = 46000200
104+
versionName = "4.6.2"
105105

106106
buildConfigField "String", gitRemote, "\"" + getGitOriginRemote() + "\""
107107
buildConfigField "String", commitSHA1, "\"" + getLatestGitHash() + "\""

0 commit comments

Comments
 (0)