Skip to content

Commit

Permalink
[Library] Bump version to v6.1.0
Browse files Browse the repository at this point in the history
Co-Authored-By: Vinícius Felipe Botelho Barbosa <[email protected]>
  • Loading branch information
paulocesarbot and viniciusfbb committed Jan 31, 2024
1 parent 0e6424c commit 254f13c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ The APIs are very similar to Skia's, few methods and functions have been renamed

# Version

**[Skia4Delphi 6.0.1](/../../releases/latest)**
**[Skia4Delphi 6.1.0](/../../releases/latest)**

Skia Version used: [chrome/m107](https://github.com/google/skia/tree/chrome/m107)

Expand Down
2 changes: 1 addition & 1 deletion Source/System.Skia.pas
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ interface
System.Skia.API;

const
SkVersion = '6.0.1';
SkVersion = '6.1.0';

{$REGION 'FPC Compatibility'}
{$IFDEF FPC}
Expand Down
4 changes: 2 additions & 2 deletions Tools/Chocolatey Package/Tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
#$file = Join-Path $toolsDir 'Skia4Delphi_6.0.1_Setup.exe'
$url = 'https://github.com/skia4delphi/skia4delphi/releases/download/v6.0.1/Skia4Delphi_6.0.1_Setup.exe'
#$file = Join-Path $toolsDir 'Skia4Delphi_6.1.0_Setup.exe'
$url = 'https://github.com/skia4delphi/skia4delphi/releases/download/v6.1.0/Skia4Delphi_6.1.0_Setup.exe'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion Tools/Chocolatey Package/skia4delphi.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>skia4delphi</id>
<version>6.0.1</version>
<version>6.1.0</version>
<packageSourceUrl>https://github.com/skia4delphi/skia4delphi/tree/main/Tools/Chocolatey%20Package</packageSourceUrl>
<owners>Paulo César Botelho Barbosa,Vinícius Felipe Botelho Barbosa</owners>
<title>Skia4Delphi</title>
Expand Down
12 changes: 6 additions & 6 deletions Tools/Setup/Setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -38,27 +38,27 @@
{************************************************************************}
{ }
{ Example of command line to install in silent mode: }
{ cmd /C ""Skia4Delphi_6.0.1_Setup.exe" /DIR="C:\Skia4Delphi" /SILENT }
{ cmd /C ""Skia4Delphi_6.1.0_Setup.exe" /DIR="C:\Skia4Delphi" /SILENT }
{ /RADStudioVersions=all" }
{ }
{ In GetIt implementation, the installation command could be: }
{ cmd /C ""$(BDSCatalogRepository)\Skia4Delphi-6.0.1\ }
{ Skia4Delphi_6.0.1_Setup.exe" }
{ /DIR="$(BDSCatalogRepository)\Skia4Delphi-6.0.1" /VERYSILENT }
{ cmd /C ""$(BDSCatalogRepository)\Skia4Delphi-6.1.0\ }
{ Skia4Delphi_6.1.0_Setup.exe" }
{ /DIR="$(BDSCatalogRepository)\Skia4Delphi-6.1.0" /VERYSILENT }
{ /RADStudioVersions=$(ProductVersion) /CreateUninstallRegKey=no" }
{ }
{ Example of command line to uninstall in silent mode: }
{ cmd /C ""C:\Skia4Delphi\unins000.exe" /VERYSILENT }
{ /RADStudioVersions=all" }
{ }
{ In GetIt implementation, the uninstall command could be: }
{ cmd /C ""$(BDSCatalogRepository)\Skia4Delphi-6.0.1\unins000.exe" }
{ cmd /C ""$(BDSCatalogRepository)\Skia4Delphi-6.1.0\unins000.exe" }
{ /VERYSILENT /RADStudioVersions=$(ProductVersion)" }
{ }
{************************************************************************}
#define LibraryName "Skia4Delphi"
#define LibraryVersion "6.0.1"
#define LibraryVersion "6.1.0"
#define LibraryPublisher "Skia4Delphi Team"
#define LibraryCopyright "Copyright (c) 2021-2024 Skia4Delphi Project"
#define LibraryURL "https://skia4delphi.org"
Expand Down

0 comments on commit 254f13c

Please sign in to comment.