Skip to content

Commit

Permalink
fix: version number in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
kkostov authored Feb 5, 2024
1 parent e34d954 commit 22adaed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ afterEvaluate {
// You can then customize attributes of the publication as shown below.
groupId = 'com.telemetrydeck.sdk'
artifactId = 'final'
version = '1.1'
version = '2.0'
}
}
}
}
}

0 comments on commit 22adaed

Please sign in to comment.