Skip to content

Commit 44cd01d

Browse files
Update documentation for version 1.0.1
1 parent 03a058c commit 44cd01d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Run `mvn install` locally, then configure the dependency in your project.
4141
<dependency>
4242
<groupId>io.github.copilot-community-sdk</groupId>
4343
<artifactId>copilot-sdk</artifactId>
44-
<version>1.0.0</version>
44+
<version>1.0.1</version>
4545
</dependency>
4646
```
4747

@@ -50,12 +50,12 @@ Run `mvn install` locally, then configure the dependency in your project.
5050
Groovy:
5151

5252
```groovy
53-
implementation 'io.github.copilot-community-sdk:copilot-sdk:1.0.0'
53+
implementation 'io.github.copilot-community-sdk:copilot-sdk:1.0.1'
5454
```
5555

5656
Kotlin
5757
```kotlin
58-
implementation("io.github.copilot-community-sdk:copilot-sdk:1.0.0")
58+
implementation("io.github.copilot-community-sdk:copilot-sdk:1.0.1")
5959
```
6060

6161
## Quick Start
@@ -117,7 +117,7 @@ jbang jbang-example.java
117117
The `jbang-example.java` file includes the dependency declaration and can be run directly:
118118

119119
```java
120-
//DEPS io.github.copilot-community-sdk:copilot-sdk:1.0.0
120+
//DEPS io.github.copilot-community-sdk:copilot-sdk:1.0.1
121121
```
122122

123123
## Documentation

jbang-example.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
//DEPS io.github.copilot-community-sdk:copilot-sdk:1.0.0
2+
//DEPS io.github.copilot-community-sdk:copilot-sdk:1.0.1
33
import com.github.copilot.sdk.*;
44
import com.github.copilot.sdk.events.*;
55
import com.github.copilot.sdk.json.*;

0 commit comments

Comments
 (0)