Skip to content

Commit

Permalink
⬆️ bump version to v2.0.0-alpha05
Browse files Browse the repository at this point in the history
  • Loading branch information
theapache64 committed Apr 30, 2021
1 parent 933308b commit 729449b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ext.versions = [
retrosheet_version: '2.0.0-alpha03',
retrosheet_version: '2.0.0-alpha05',
kotlin_version : '1.4.32'
]
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ package com.github.theapache64.retrosheet.core
@MustBeDocumented
@Target(AnnotationTarget.FUNCTION)
@Retention
@Deprecated("This annotation is no more needed. ")
annotation class ReadAsList

0 comments on commit 729449b

Please sign in to comment.