Bump to 0.1.0
This commit is contained in:
parent
aa120bdc51
commit
da4901acda
|
|
@ -65,7 +65,7 @@ class MyClass {
|
|||
<dependency>
|
||||
<groupId>dev.openfeature</groupId>
|
||||
<artifactId>javasdk</artifactId>
|
||||
<version>0.0.3-SNAPSHOT</version>
|
||||
<version>0.1.0</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
|
@ -87,7 +87,7 @@ If you would like snapshot builds, this is the relevant repository information:
|
|||
#### Gradle
|
||||
```groovy
|
||||
dependencies {
|
||||
implementation 'dev.openfeature:javasdk:0.0.3-SNAPSHOT'
|
||||
implementation 'dev.openfeature:javasdk:0.1.0'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,6 @@
|
|||
This is a simple checklist when performing a release.
|
||||
|
||||
1. Ensure we're up-to-date with the current spec via `./spec_finder.py --diff-output --refresh-spec`
|
||||
2. Update `README.md` with the current spec that we're up to
|
||||
3. Update `README.md` to keep the install instructions on the right version
|
||||
4. Update `<version>` in pom.xml
|
||||
Loading…
Reference in New Issue