Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/check-badges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Check badges in README.md

on:
push:
branches: [ main ]
branches: [ v3 ]
pull_request:
branches: [ main ]
branches: [ v3 ]

jobs:
build-and-test:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/php-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: PHP Versions

on:
push:
branches: [ main ]
branches: [ v3 ]
pull_request:
branches: [ main ]
branches: [ v3 ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Supported PHP Versions](https://img.shields.io/packagist/dependency-v/aspose/barcode-cloud-php/php)](https://packagist.org/packages/aspose/barcode-cloud-php)

- API version: 3.0
- Package version: 24.12.0
- Package version: 24.13.0
- Supported PHP versions: ">=7.4 || >=8.0"

## Demo applications
Expand Down
2 changes: 1 addition & 1 deletion src/Aspose/BarCode/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Configuration implements JsonSerializable
*
* @var string
*/
protected $clientVersion = '24.12.0';
protected $clientVersion = '24.13.0';

/**
* ClientId for API
Expand Down