Skip to content

Commit

Permalink
[RELEASE] Release of EXT:solver 0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
eliashaeussler committed Mar 17, 2024
1 parent e83fd77 commit e75b6fc
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
@@ -1,6 +1,6 @@
[general]
project = Solver
release = 0.2.9
release = 0.2.10
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
@@ -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.9",
"version": "0.2.10",
"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
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.9',
'version' => '0.2.10',
'state' => 'beta',
'clearCacheOnLoad' => true,
'author' => 'Elias Häußler',
Expand Down

0 comments on commit e75b6fc

Please sign in to comment.