Skip to content

Commit

Permalink
2.0.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
JustCarmen committed Dec 5, 2022
1 parent e6363d6 commit a79d939
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FancyTreeviewModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class FancyTreeviewModule extends AbstractModule implements ModuleCustomInterfac

// Module constants
public const CUSTOM_AUTHOR = 'JustCarmen';
public const CUSTOM_VERSION = '2.0.0-beta';
public const CUSTOM_VERSION = '2.0.0-beta2';
public const GITHUB_REPO = 'webtrees-fancy-treeview';
public const AUTHOR_WEBSITE = 'https://justcarmen.nl';
public const CUSTOM_SUPPORT_URL = self::AUTHOR_WEBSITE . '/modules-webtrees-2/fancy-treeview/';
Expand Down
2 changes: 1 addition & 1 deletion latest-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0-beta
2.0.0-beta2
2 changes: 1 addition & 1 deletion webpack.mix.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/

module.exports = {
version: '2.0.0-beta',
version: '2.0.0-beta2',
build_dir: 'build',
public_dir: 'resources',
images_dir: 'src/images',
Expand Down

0 comments on commit a79d939

Please sign in to comment.