From f9fb156ef4219f8c70f705a043665af47ff51900 Mon Sep 17 00:00:00 2001 From: Samuel Date: Thu, 27 Jun 2024 04:39:57 +0000 Subject: [PATCH] Upgraded to v7.2.1 --- chocolatey/altair-graphql.nuspec | 2 +- chocolatey/tools/chocolateyInstall.ps1 | 2 +- cwex.yml | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chocolatey/altair-graphql.nuspec b/chocolatey/altair-graphql.nuspec index 03c64804bb..94743f25df 100644 --- a/chocolatey/altair-graphql.nuspec +++ b/chocolatey/altair-graphql.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 7.2.0 + 7.2.1 https://github.com/altair-graphql/altair Daniel Richter, Samuel Imolorhe diff --git a/chocolatey/tools/chocolateyInstall.ps1 b/chocolatey/tools/chocolateyInstall.ps1 index 0017ad2f10..acda4adfd7 100644 --- a/chocolatey/tools/chocolateyInstall.ps1 +++ b/chocolatey/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $ErrorActionPreference = 'Stop'; # stop on all errors $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$fileLocation = Join-Path $toolsDir '..\bins\altair_7.2.0_x64_win.exe' +$fileLocation = Join-Path $toolsDir '..\bins\altair_7.2.1_x64_win.exe' $fileHash = Get-FileHash $fileLocation $packageArgs = @{ diff --git a/cwex.yml b/cwex.yml index a49a84fc03..b12c2d9acb 100644 --- a/cwex.yml +++ b/cwex.yml @@ -11,7 +11,7 @@ manifestOptions: name: Altair GraphQL Client short_name: Altair description: A beautiful feature-rich GraphQL client for all platforms - version: 7.2.0 + version: 7.2.1 icons: 16: assets/img/altair_logo_128.png 48: assets/img/altair_logo_128.png diff --git a/package.json b/package.json index 0a67492dbd..d5bdbb6e7b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "altair", "description": "The best graphQL client you will ever need", - "version": "7.2.0", + "version": "7.2.1", "author": "Samuel Imolorhe (https://sirmuel.design/)", "bugs": "https://github.com/altair-graphql/altair/issues", "collective": {