Skip to content

Commit 028d941

Browse files
committed
1.2-release
1 parent 6cef9bd commit 028d941

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Simple footer module for webtrees
22
=================================
33

44
[![Latest Release](https://img.shields.io/github/release/JustCarmen/webtrees-simple-footer.svg)][1]
5-
[![webtrees major version](https://img.shields.io/badge/webtrees-v2.1.x-green)][2]
5+
[![webtrees major version](https://img.shields.io/badge/webtrees-v2.2.x-green)][2]
66
[![Downloads](https://img.shields.io/github/downloads/JustCarmen/webtrees-simple-footer/total.svg)]()
77

88
[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=XPBC2W85M38AS&item_name=webtrees%20modules%20by%20JustCarmen&currency_code=EUR)

latest-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.1
1+
1.2

module.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
// Module constants
3838
public const CUSTOM_AUTHOR = 'JustCarmen';
39-
public const CUSTOM_VERSION = '1.1.1';
39+
public const CUSTOM_VERSION = '1.2';
4040
public const GITHUB_REPO = 'webtrees-simple-footer';
4141
public const AUTHOR_WEBSITE = 'https://justcarmen.nl';
4242
public const CUSTOM_SUPPORT_URL = self::AUTHOR_WEBSITE . '/modules-webtrees-2/simple-footer/';

webpack.mix.archive.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88

99
let mix = require('laravel-mix');
10-
const version = '1.1.1';
10+
const version = '1.2';
1111

1212
//https://github.com/gregnb/filemanager-webpack-plugin
1313
const FileManagerPlugin = require('filemanager-webpack-plugin');

0 commit comments

Comments
 (0)