Skip to content

Commit

Permalink
release version 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
barnhill committed Jun 17, 2023
1 parent f83dac5 commit 3bf2f17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android.useAndroidX=true
org.gradle.caching=true

GROUP=com.pnuema.android
VERSION_NAME=1.3.1
VERSION_NAME=1.4.0

POM_NAME=Android OBD Library
POM_ARTIFACT_ID=obd
Expand Down
2 changes: 1 addition & 1 deletion obd/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'kotlinx-serialization'
apply plugin: 'org.jetbrains.dokka'
apply plugin: 'com.vanniktech.maven.publish'

version = "1.3.1"
version = "1.4.0"
group = "com.pnuema.android"

ext {
Expand Down

0 comments on commit 3bf2f17

Please sign in to comment.