Skip to content

Commit

Permalink
Upgraded to v7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Jun 27, 2024
1 parent 534352c commit f9fb156
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion chocolatey/altair-graphql.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>7.2.0</version>
<version>7.2.1</version>
<packageSourceUrl>https://github.com/altair-graphql/altair</packageSourceUrl>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Daniel Richter, Samuel Imolorhe</owners>
Expand Down
2 changes: 1 addition & 1 deletion chocolatey/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -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 = @{
Expand Down
2 changes: 1 addition & 1 deletion cwex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (https://sirmuel.design/)",
"bugs": "https://github.com/altair-graphql/altair/issues",
"collective": {
Expand Down

0 comments on commit f9fb156

Please sign in to comment.