Skip to content

Commit 2c72292

Browse files
committed
Prepare for release 5.3.10.
1 parent c1f9773 commit 2c72292

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Change Log
44
Unreleased
55
----------
66

7-
Version 5.3.9
7+
Version 5.3.10
88
---------------------
99

1010
_2025-08-13_
@@ -13,7 +13,7 @@ _2025-08-13_
1313

1414
* Breaking: revert "mark generated enums with `@objc`" (#3361 by [Dimitris Koutsogiorgas][dnkoutso])
1515

16-
Version 5.3.8
16+
Version 5.3.8 / 5.3.9
1717
---------------------
1818

1919
_2025-08-08_

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
22

33
GROUP=com.squareup.wire
4-
VERSION_NAME=5.4.0-SNAPSHOT
4+
VERSION_NAME=5.3.10
55

66
# Publishing SHA 256 and 512 hashes of maven-metadata is not supported by Sonatype and Nexus.
77
# See https://github.com/gradle/gradle/issues/11308 and https://issues.sonatype.org/browse/NEXUS-21802
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
org.gradle.caching=false
22
org.gradle.unsafe.configuration-cache=true
33
org.gradle.configuration-cache=true
4-
VERSION_NAME=5.4.0-SNAPSHOT
4+
VERSION_NAME=5.3.10
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION_NAME=5.4.0-SNAPSHOT
1+
VERSION_NAME=5.3.10
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
org.gradle.configureondemand=true
2-
VERSION_NAME=5.4.0-SNAPSHOT
2+
VERSION_NAME=5.3.10

0 commit comments

Comments
 (0)