Skip to content

Commit

Permalink
Release version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flash-freezing-lava committed Jul 29, 2023
1 parent 44b387d commit aa04018
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Directory-based Test Framework for Intellij Plugins

## Version compatibility


| Intellij | Directory tests |
|----------|-----------------|
| 2023.1 | 0.1.0 |
| 2023.2 | 0.2.0 |



## Code Setup

For now, you will have to build the plugin locally, because it is not published on any maven repo.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "me.ffl"
version = "0.2.0-dev"
version = "0.2.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit aa04018

Please sign in to comment.