Skip to content

Commit 3386b81

Browse files
committed
Module bump and version in /Test call
Updated a number of version
1 parent 0134f02 commit 3386b81

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

MDX2JSON/REST.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ ClassMethod Test() As %Status
114114
set obj.Status = "OK"
115115
set obj.Embed = $g(^MDX2JSON.Embed, $g(^%MDX2JSON.Embed, ""))
116116
set obj.User = $Username
117-
set obj.Version = "2.3.5"
117+
set obj.Version = "3.2.5"
118118
set obj.Parent = ##class(MDX2JSON.Tests).#LastCommit
119119
set obj.ParentTS = ##class(MDX2JSON.Tests).#LastCommitTS
120120
set obj.DefaultApp = $System.CSP.GetDefaultApp($Namespace)

module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Export generator="Cache" version="25">
33
<Document name="MDX2JSON.ZPM"><Module>
44
<Name>MDX2JSON</Name>
5-
<Version>3.2.4</Version>
5+
<Version>3.2.5</Version>
66
<Description>RESTful web api for MDX to JSON transformation (plus JSONP and XML/A) for InterSystems IRIS. Also provides information about DeepSee objects.</Description>
77
<Packaging>module</Packaging>
88
<SourcesRoot>./</SourcesRoot>

0 commit comments

Comments
 (0)