Skip to content

Commit

Permalink
Merge pull request #3 from cyface-de/release-0.0.1_DAT-683
Browse files Browse the repository at this point in the history
Upgrade version to 0.0.1
  • Loading branch information
hb0 committed May 26, 2021
2 parents 89bdba9 + 90c1dfd commit ba70b89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish-jar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Compile java files from `proto` file
run: |
mkdir -p src/main/java
./protoc --java_out=./src/main/java/ src/main/protos/de/cyface/protos/model/measurement.proto
# Publish slim JARS to Github Package Registry
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ plugins {
}

group = 'de.cyface'
version = '0.0.0'
version = '0.0.1'

tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
Expand Down

0 comments on commit ba70b89

Please sign in to comment.