Skip to content

Commit 3531b5a

Browse files
committed
Bump package version to 0.1.3 in manifest.daxlib and functions.tmdl
1 parent 3aff924 commit 3531b5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/AbcClassification/lib/functions.tmdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ function 'DaxPatterns.AbcClassification.ItemsInClass' = ```
112112
```
113113
annotation DAXLIB_PackageId = DaxPatterns.AbcClassification
114114

115-
annotation DAXLIB_PackageVersion = 0.1.2
115+
annotation DAXLIB_PackageVersion = 0.1.3

src/AbcClassification/manifest.daxlib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/daxlib/daxlib/refs/heads/main/schemas/manifest/1.0.0/manifest.1.0.0.schema.json",
33
"id": "DaxPatterns.AbcClassification",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"authors": "SQLBI",
66
"description": "Implementation of ABC Classification patterns using User Defined Functions.",
77
"tags": "DAX,UDF,FUNCTION,LIB,PATTERN,ABC",

0 commit comments

Comments
 (0)