Skip to content

Release v0.3.1

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jul 21:07
· 0 commits to bc2a7c3cf190c637da1292d621935c3e44bb5292 since this release
578b4a6

Grab the new version from Maven central https://repo1.maven.org/maven2/ai/stapi/graph-system/0.3.1/ by using it in your deps:

<dependencies>
    <dependency>
        <groupId>ai.stapi</groupId>
        <artifactId>graph-system</artifactId>
        <version>0.3.1</version>
    </dependency>
</dependencies>

Things that changed in this release

  • bc2a7c3 - Improve event factory modifications (#96)