Skip to content

Commit

Permalink
Merge pull request #1 from moderneinc/1.7.4
Browse files Browse the repository at this point in the history
1.7.4
  • Loading branch information
Joan Viladrosa authored Dec 14, 2023
2 parents 5c1eb85 + ff6cbdc commit e886368
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mod.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>mod</id>
<title>moderne-cli</title>
<version>1.6.17</version>
<version>1.7.4</version>

<owners>moderne.io</owners>
<authors>Moderne Inc.</authors>
Expand Down
4 changes: 2 additions & 2 deletions tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ $version = "v$env:ChocolateyPackageVersion"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileFullPath = "$toolsDir\\mod.exe"
url = "https://pkgs.dev.azure.com/moderneinc/moderne_public/_packaging/moderne/maven/v1/io/moderne/moderne-cli-windows/$version/moderne-cli-windows-$version"
url = "https://pkgs.dev.azure.com/moderneinc/moderne_public/_packaging/staging/maven/v1/io/moderne/moderne-cli-windows/$version/moderne-cli-windows-$version"

checksum = '17C2CAD554876B5AA4458197904D25C0485D0FACD9E6404F58A8CB3EF4081E93'
checksum = 'd8f165b74c09f74ddda300e0c1fc3f6d61c740ec058ec6f2627a2a72821925b2'
checksumType = 'sha256'
}

Expand Down

0 comments on commit e886368

Please sign in to comment.