Skip to content

Commit

Permalink
bump version and update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bdegraaf1234 committed Mar 15, 2024
1 parent eae5111 commit 636336a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- In the `passive` subdirectory, add schemas for passive data collection, like wearables.
- In the `stream` subdirectory, add schemas used in Kafka Streams.
- The `specifications` directory contains specifications of what data types are collected through which devices.
- Java SDKs for each of the components are provided in the `java-sdk` folder, see installation instructions there. They are automatically generated from the Avro schemas using the Avro 1.8.2 specification.
- Java SDKs for each of the components are provided in the `java-sdk` folder, see installation instructions there. They are automatically generated from the Avro schemas using the Avro specification (version in [Versions.kt](java-sdk/buildSrc/src/main/kotlin/Versions.kt)).

## Usage

Expand Down
2 changes: 1 addition & 1 deletion java-sdk/buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
object Versions {
const val project = "0.8.7-SNAPSHOT"
const val project = "0.8.7"

const val kotlin = "1.9.10"
const val java = 17
Expand Down

0 comments on commit 636336a

Please sign in to comment.