Skip to content

Commit

Permalink
chore: bump to v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jenspots committed Nov 11, 2024
1 parent cd90377 commit ced9e69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ brew install rdf-connect/orchestrator https://github.com/rdf-connect/orchestrato

## Contributors

### Publishing

This project automatically publishes Maven packages and a Docker image whenever the `projectVersion` field in [`gradle.properties`](./gradle.properties) is updated.

### Git Hooks

This repository uses [`pre-commit`](https://pre-commit.com) for automatic linting and formatting. To get started, run the following command.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
kotlin.code.style=official

# Project information.
projectVersion=0.0.2
projectVersion=0.0.3
projectGroup = "technology.idlab

# Dependency versions.
Expand Down

0 comments on commit ced9e69

Please sign in to comment.