Skip to content

Commit f6a866c

Browse files
committed
Bump version to v.2.0.0.
1 parent 28dcbba commit f6a866c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Room states changelog
22

3-
## NEXT
3+
## [v.2.0.0](https://github.com/EventFahrplan/roomstates/releases/tag/v.2.0.0)
44

5-
* Not published yet.
5+
* Published: 2025-11-28
66

77
### Changes
88

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ mavenCentralPassword=""
1515
# Maven Publish
1616
GROUP=info.metadude.kotlin.library.roomstates
1717
POM_ARTIFACT_ID=room-states
18-
VERSION_NAME=1.0.1
19-
VERSION_VCS_TAG=v1.0.1
20-
VERSION_DESCRIPTION=Add ProGuard rules. kotlin:2.1.10.
18+
VERSION_NAME=2.0.0
19+
VERSION_VCS_TAG=v2.0.0
20+
VERSION_DESCRIPTION=Fix SimpleRoomStatesRepository#callFactory property name. kotlin:2.2.21. kotlinx-serialization-json:1.9.0. kotlinx-coroutines:1.10.2. okhttp:5.3.2. retrofit-adapters-result:1.1.0. retrofit:3.0.0. publish:0.35.0.
2121
POM_NAME=Room states
2222
POM_DESCRIPTION=A Kotlin library containing a parser and models for the FOSDEM room states API.
2323
POM_URL=https://github.com/EventFahrplan/roomstates

0 commit comments

Comments
 (0)