Skip to content

Commit 0e41de0

Browse files
committed
Bump version
1 parent 50c8f84 commit 0e41de0

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

_define.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
'Galette Stripe', //Name
2626
'Stripe integration', //Short description
2727
'Mathieu PELLEGRIN, manuelh78, Guillaume AGNIERAY', //Author
28-
'1.0.0-dev', //Version
28+
'1.0.0-alpha1', //Version
2929
'1.2.1', //Galette compatible version
3030
'stripe', //routing name and translation domain
31-
'2025-07-25', //Release date
31+
'2025-12-08', //Release date
3232
[ //Permissions needed
3333
'stripe_preferences' => 'staff',
3434
'store_stripe_preferences' => 'staff',

bin/release

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,6 @@ def add_libs(rel_name, galette_archive):
372372
shutil.rmtree(os.path.join(npm_dir, '.github'))
373373
shutil.rmtree(os.path.join(npm_dir, 'bin'))
374374
shutil.rmtree(os.path.join(npm_dir, 'tests'))
375-
os.remove(os.path.join(npm_dir, '.composer-require-checker.config.json'))
376375
os.remove(os.path.join(npm_dir, 'composer.json.checker'))
377376
os.remove(os.path.join(npm_dir, '.docheader'))
378377
os.remove(os.path.join(npm_dir, '.gitignore'))

0 commit comments

Comments
 (0)