Skip to content

Commit da4901a

Browse files
committed
Bump to 0.1.0
1 parent aa120bd commit da4901a

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class MyClass {
6565
<dependency>
6666
<groupId>dev.openfeature</groupId>
6767
<artifactId>javasdk</artifactId>
68-
<version>0.0.3-SNAPSHOT</version>
68+
<version>0.1.0</version>
6969
</dependency>
7070
```
7171

@@ -87,7 +87,7 @@ If you would like snapshot builds, this is the relevant repository information:
8787
#### Gradle
8888
```groovy
8989
dependencies {
90-
implementation 'dev.openfeature:javasdk:0.0.3-SNAPSHOT'
90+
implementation 'dev.openfeature:javasdk:0.1.0'
9191
}
9292
```
9393

docs/release.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
This is a simple checklist when performing a release.
2+
3+
1. Ensure we're up-to-date with the current spec via `./spec_finder.py --diff-output --refresh-spec`
4+
2. Update `README.md` with the current spec that we're up to
5+
3. Update `README.md` to keep the install instructions on the right version
6+
4. Update `<version>` in pom.xml

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>dev.openfeature</groupId>
66
<artifactId>javasdk</artifactId>
7-
<version>0.0.3${version.modifier}</version>
7+
<version>0.1.0${version.modifier}</version>
88

99
<properties>
1010
<!-- During releases, we override this to make it empty -->

0 commit comments

Comments
 (0)