Updated description

master
Robinson 2023-01-24 10:59:39 +01:00
parent 59e518069c
commit 0cf2d60450
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
- FiniteStateMachine - Finite State Machine using the AhoCorasick implementation, java 8+
- FiniteStateMachine - Finite State Machine using the AhoCorasick implementation using a Double Array Trie, java 8+
[The Apache Software License, Version 2.0]
https://git.dorkbox.com/dorkbox/FSM
Copyright 2023

View File

@ -36,7 +36,7 @@ plugins {
object Extras {
// set for the project
const val description = "Finite State Machine using the AhoCorasick implementation, java 8+"
const val description = "Finite State Machine using the AhoCorasick implementation using a Double Array Trie, java 8+"
const val group = "com.dorkbox"
const val version = "1.0"