Skip to content

Commit f069a7e

Browse files
committed
4.1.0
1 parent c605faf commit f069a7e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@seamapi/php",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"type": "module",
55
"private": true,
66
"license": "MIT",

src/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Version
1010
* Injected from package.json when a version is cut, by the version
1111
* lifecycle script in package.json. Do not edit by hand.
1212
*/
13-
public const VERSION = "4.0.0";
13+
public const VERSION = "4.1.0";
1414

1515
public static function get(): string
1616
{

0 commit comments

Comments
 (0)