Skip to content

Commit

Permalink
Merge pull request #30 from tifrueh/development
Browse files Browse the repository at this point in the history
- Fixed an issue with the verb lancer
  • Loading branch information
tifrueh authored Apr 23, 2024
2 parents 097d84a + 65b509a commit e18e183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project(
default_options: [ 'cpp_std=c++17' ],
license: 'GPL-3.0-or-later',
license_files: 'LICENSE.md',
version: '1.0.2'
version: '1.0.3'
)

# Specify the include directories.
Expand Down
2 changes: 1 addition & 1 deletion src/verbs/lancer.verb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const verbDB::Verb verbDB::lancer = {
L"lances",
L"lance",
L"lance",
L"lançons ",
L"lançons",
L"lançez",
L"lançent",
L"lançent",
Expand Down

0 comments on commit e18e183

Please sign in to comment.