Skip to content

Commit

Permalink
[RELEASE] Release of EXT:solver 0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
eliashaeussler committed Jun 6, 2024
1 parent 74eb738 commit c24df1b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.10
release = 0.2.11
copyright = since 2023 by Elias Häußler
author = Elias Häußler

Expand Down
4 changes: 2 additions & 2 deletions Resources/Private/Frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.10",
"version": "0.2.11",
"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.10',
'version' => '0.2.11',
'state' => 'beta',
'clearCacheOnLoad' => true,
'author' => 'Elias Häußler',
Expand Down

0 comments on commit c24df1b

Please sign in to comment.