Skip to content

Commit

Permalink
Fix Fabric Client Tags API's provided version
Browse files Browse the repository at this point in the history
  • Loading branch information
EnnuiL committed Sep 1, 2022
1 parent 183791f commit cdc6ebf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fabric-client-tags-api-v1/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
archivesBaseName = "fabric-client-tags-api-v1"
archivesBaseName = "quilted_fabric_client_tags_api_v1"
version = getSubprojectVersion(project)
upstream_version = getSubprojectUpstreamVersion(project)

moduleDependencies(project, [
'fabric-api-base'
Expand Down

0 comments on commit cdc6ebf

Please sign in to comment.