Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xzel23 committed Nov 29, 2024
1 parent e8ab780 commit 8c31803
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Usage
- add the plugin in `build.gradle`:
```
plugins {
id 'com.dua3.cabe' version '3.0.1-SNAPSHOT'
id 'com.dua3.cabe' version '3.0.1'
}
```

Expand Down
4 changes: 2 additions & 2 deletions Writerside/v.list
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<!DOCTYPE vars SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd">
<vars>
<var name="product" value="Writerside"/>
<var name="PROCESSOR_VERSION" value="3.0.1-SNAPSHOT"/>
<var name="PLUGIN_VERSION" value="3.0.1-SNAPSHOT"/>
<var name="PROCESSOR_VERSION" value="3.0.1"/>
<var name="PLUGIN_VERSION" value="3.0.1"/>
</vars>
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ plugins {
id("com.dorongold.task-tree") version "2.1.1"
}

extra["plugin_version"] = "3.0.1-SNAPSHOT"
extra["processor_version"] = "3.0.1-SNAPSHOT"
extra["plugin_version"] = "3.0.1"
extra["processor_version"] = "3.0.1"

subprojects {
apply(plugin = "java")
Expand Down

0 comments on commit 8c31803

Please sign in to comment.