Skip to content

Commit b186586

Browse files
authored
Merge pull request #12 from FastComments/release-2026-01-08
Release v1.1.0 - Adds 14 More Resources
2 parents 45dc82f + 5c0c572 commit b186586

380 files changed

Lines changed: 105190 additions & 11731 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,21 @@ Then add the dependencies you need:
2525
<dependency>
2626
<groupId>com.fastcomments</groupId>
2727
<artifactId>client</artifactId>
28-
<version>1.0.0</version>
28+
<version>1.1.0</version>
2929
</dependency>
3030

3131
<!-- Core Library (includes SSO) -->
3232
<dependency>
3333
<groupId>com.fastcomments</groupId>
3434
<artifactId>core</artifactId>
35-
<version>1.0.0</version>
35+
<version>1.1.0</version>
3636
</dependency>
3737

3838
<!-- PubSub Library (for live events) -->
3939
<dependency>
4040
<groupId>com.fastcomments</groupId>
4141
<artifactId>pubsub</artifactId>
42-
<version>1.0.0</version>
42+
<version>1.1.0</version>
4343
</dependency>
4444
</dependencies>
4545
```
@@ -58,13 +58,13 @@ repositories {
5858
5959
dependencies {
6060
// API Client
61-
implementation "com.fastcomments:client:1.0.0"
61+
implementation "com.fastcomments:client:1.1.0"
6262
6363
// Core Library (includes SSO)
64-
implementation "com.fastcomments:core:1.0.0"
64+
implementation "com.fastcomments:core:1.1.0"
6565
6666
// PubSub Library (for live events)
67-
implementation "com.fastcomments:pubsub:1.0.0"
67+
implementation "com.fastcomments:pubsub:1.1.0"
6868
}
6969
```
7070

0 commit comments

Comments
 (0)