Skip to content

Commit

Permalink
[RELEASE] Release of EXT:solver 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
eliashaeussler committed Jul 1, 2023
1 parent 96d95b6 commit 85fdc6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Documentation/Settings.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[general]
project = Solver
release = 0.2.4
release = 0.2.5
copyright = since 2023 by Elias Häußler
author = Elias Häußler

Expand Down
2 changes: 1 addition & 1 deletion Resources/Private/Frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eliashaeussler/typo3-solver",
"description": "Frontend for EXT:solver, an extension for TYPO3 CMS to extend TYPO3's exception handling with AI generated solutions",
"version": "0.2.4",
"version": "0.2.5",
"license": "GPL-2.0-or-later",
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
'title' => 'Solver',
'description' => 'Extends TYPO3\'s exception handling with AI generated solutions. Problems can also be solved from command line. Several OpenAI parameters are configurable and prompts and solution providers can be customized as desired.',
'category' => 'misc',
'version' => '0.2.4',
'version' => '0.2.5',
'state' => 'beta',
'clearCacheOnLoad' => true,
'author' => 'Elias Häußler',
Expand Down

0 comments on commit 85fdc6a

Please sign in to comment.