diff --git a/README.md b/README.md index 2277302..3749afe 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ TODO ## Versioning -The library generally follows the upstream version number, adding one more number for its own purpose +The library generally follows the upstream version number, adding one more number for tracking changes to the wrapping itself ## License diff --git a/sqlite3_abi.nimble b/sqlite3_abi.nimble index 19bb827..ba9f1ca 100644 --- a/sqlite3_abi.nimble +++ b/sqlite3_abi.nimble @@ -1,5 +1,5 @@ packageName = "sqlite3_abi" -version = "3.40.1" +version = "3.40.1.0" author = "Status Research & Development GmbH" description = "A wrapper for SQLite" license = "Apache License 2.0 or MIT"