Skip to content

Commit

Permalink
Change to have 3 version indicators
Browse files Browse the repository at this point in the history
  • Loading branch information
alan412 committed Jun 21, 2024
1 parent 0abfe17 commit de8f92a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion behaviortrees/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ publishing {
release(MavenPublication) {
groupId = 'com.ftcteams'
artifactId = 'behaviortrees'
version = "0.1"
version = "0.1.0"

afterEvaluate {
from components.release
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.ftcteams</groupId>
<artifactId>behaviortrees</artifactId>
<version>0.1</version>
<version>0.1.0</version>
<packaging>pom</packaging>
<description>First version release</description>
</project>

0 comments on commit de8f92a

Please sign in to comment.