Skip to content

Commit f4d4ad9

Browse files
committed
Update version to 1.0.0 in README and revert to 1.0.1-SNAPSHOT in pom.xml
1 parent 76f926f commit f4d4ad9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.1-SNAPSHOT
120+
//DEPS io.github.copilot-community-sdk:copilot-sdk:1.0.0
121121
```
122122

123123
## Documentation

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.1</version>
10+
<version>1.0.1-SNAPSHOT</version>
1111
<packaging>jar</packaging>
1212

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

0 commit comments

Comments
 (0)