Skip to content

Commit

Permalink
Version 20.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amaembo committed Sep 2, 2020
1 parent eb11f76 commit f8f0b6e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
===

Version 20.1.0
---
* Added `TYPE_USE` target for `PropertyKey` annotation.

Version 20.0.0
---
* Added new annotation: `@MustBeInvokedByOverriders`.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The annotations are published on [Maven Central](https://repo1.maven.org/maven2/
using gradle write the following in the `build.gradle` file:
```
dependencies {
compileOnly 'org.jetbrains:annotations:20.0.0'
compileOnly 'org.jetbrains:annotations:20.1.0'
}
```
Expand All @@ -20,7 +20,7 @@ To add a dependency using Maven, write the following in `pom.xml`:
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>20.0.0</version>
<version>20.1.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

projectVersion=20.0.0
projectVersion=20.1.0

0 comments on commit f8f0b6e

Please sign in to comment.