Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ice987987 committed Mar 3, 2024
1 parent 376a9da commit 3d994a4
Show file tree
Hide file tree
Showing 5 changed files with 922 additions and 921 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 ice987987 <[email protected]>
Copyright (c) 2024 ice987987 <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ All product and company names or logos are trademarks™ or registered® tradema

<!-- ### **WORK IN PROGRESS** -->

### 0.0.2-beta.10
### 0.0.2 (03.03.2024)

- (ice987987) BREAKING: node.js >= v16.4, js-controller >= v4.0.24 and admin >= v6.3.5 is required
- (ice987987) BREAKING: `.[vehicleID].fuelings.[year].raw` and `.[vehicleID].costsnotes.[year].raw` removed
Expand All @@ -139,7 +139,7 @@ All product and company names or logos are trademarks™ or registered® tradema

MIT License

Copyright (c) 2023 ice987987 <[email protected]>
Copyright (c) 2024 ice987987 <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "spritmonitor",
"version": "0.0.2-beta.10",
"version": "0.0.2",
"news": {
"0.0.1": {
"en": "initial release",
Expand All @@ -16,7 +16,7 @@
"zh-cn": "首次出版",
"uk": "початковий випуск"
},
"0.0.2-beta.10": {
"0.0.2": {
"en": "BREAKING: node.js >= v16.4, js-controller >= v4.0.24 and admin >= v6.3.5 is required, BREAKING: .[vehicleID].fuelings.[year].raw and .[vehicleID].costsnotes.[year].raw removed, possibility to add and delete values added, all tanks added, [vehicleID].costsnotes.[year].raw and [vehicleID].fuelings.[year].raw added, .ACTIONS.ADD.attributes and .ACTIONS.ADD.streets added, .general.companies, general.currencies, .general.fuelsorts and .general.quantityunits added, gui validator replaced, warning messages improved, dependencies updated",
"de": "BREAKING: node.js >= v16.4, js-controller >= v4.0.24 und admin >= v6.3.5 sind erforderlich, BREAKING: .[vehicleID].fuelings.[year].raw und .[vehicleID].costsnotes .[year].raw entfernt, Möglichkeit zum Hinzufügen und Löschen von Werten hinzugefügt, alle Tanks hinzugefügt, [vehicleID].costsnotes.[year].raw und [vehicleID].fuelings.[year].raw hinzugefügt, .ACTIONS.ADD. Attribute und .ACTIONS.ADD.streets hinzugefügt, .general.companies, general.currencies, .general.fuelsorts und .general.quantityunits hinzugefügt, GUI-Validator ersetzt, Warnmeldungen verbessert, Abhängigkeiten aktualisiert",
"ru": "НАРУШЕНИЕ: требуется node.js >= v16.4, js-controller >= v4.0.24 и admin >= v6.3.5, НАРУШЕНИЕ: .[vehicleID].fuelings.[year].raw и .[vehicleID].costsnotes Удален .[year].raw, добавлена ​​возможность добавлять и удалять значения, добавлены все танки, [vehicleID].costsnotes.[year].raw и [vehicleID].fuelings.[year].raw добавлены, .ACTIONS.ADD. добавлены атрибуты и .ACTIONS.ADD.streets, добавлены .general.companies, general.currencies, .general.fuelsorts и .general.quantityunits, заменен валидатор графического интерфейса, улучшены предупреждающие сообщения, обновлены зависимости",
Expand Down Expand Up @@ -98,4 +98,4 @@
},
"objects": [],
"instanceObjects": []
}
}
Loading

0 comments on commit 3d994a4

Please sign in to comment.