Skip to content

Commit aac1aea

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents 09b75f9 + 6a871e5 commit aac1aea

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

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.2</version>
44+
<version>1.0.3</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.2'
53+
implementation 'io.github.copilot-community-sdk:copilot-sdk:1.0.3'
5454
```
5555

5656
Kotlin
5757
```kotlin
58-
implementation("io.github.copilot-community-sdk:copilot-sdk:1.0.2")
58+
implementation("io.github.copilot-community-sdk:copilot-sdk:1.0.3")
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.2
120+
//DEPS io.github.copilot-community-sdk:copilot-sdk:1.0.3
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.2
2+
//DEPS io.github.copilot-community-sdk:copilot-sdk:1.0.3
33
import com.github.copilot.sdk.*;
44
import com.github.copilot.sdk.events.*;
55
import com.github.copilot.sdk.json.*;

pom.xml

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

88
<groupId>io.github.copilot-community-sdk</groupId>
99
<artifactId>copilot-sdk</artifactId>
10-
<version>1.0.3-SNAPSHOT</version>
10+
<version>1.0.4-SNAPSHOT</version>
1111
<packaging>jar</packaging>
1212

1313
<name>GitHub Copilot Community SDK :: Java</name>

0 commit comments

Comments
 (0)