Skip to content

Commit 3e159fa

Browse files
committed
bump version to v0.0.3 and upgraded dependencies
1 parent a91b6b2 commit 3e159fa

4 files changed

Lines changed: 673 additions & 33 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fleetbase/ledger-api",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Accounting & Invoicing Extension for Fleetbase",
55
"keywords": [
66
"fleetbase",

extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Ledger",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Accounting & Invoicing Extension for Fleetbase",
55
"repository": "https://github.com/fleetbase/ledger",
66
"license": "AGPL-3.0-or-later",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fleetbase/ledger-engine",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Accounting & Invoicing Extension for Fleetbase",
55
"keywords": [
66
"fleetbase-extension",
@@ -46,7 +46,7 @@
4646
"@babel/core": "^7.23.2",
4747
"@fleetbase/ember-core": "^0.3.17",
4848
"@fleetbase/ember-ui": "^0.3.25",
49-
"@fleetbase/fleetops-data": "^0.1.25",
49+
"@fleetbase/fleetops-data": "^0.1.30",
5050
"@fortawesome/ember-fontawesome": "^2.0.0",
5151
"@fortawesome/fontawesome-svg-core": "6.4.0",
5252
"@fortawesome/free-brands-svg-icons": "6.4.0",

0 commit comments

Comments
 (0)