Skip to content

Commit

Permalink
5.1.23 version bump
Browse files Browse the repository at this point in the history
gitignore the right credentials file... (old credentials have been
invalidated!)
  • Loading branch information
MusikAnimal committed Jul 25, 2023
1 parent b460bd7 commit de32c99
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"Want to add custom links? See [[meta:MoreMenu#Customization]].",
"",
"Script: MoreMenu.js",
"Version: 5.1.22",
"Version: 5.1.23",
"Author: MusikAnimal",
"License: MIT",
"Documentation: [[meta:MoreMenu]]",
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.idea/
node_modules/
bin/translationsHelper.js
credentials.json.dist
credentials.json
4 changes: 0 additions & 4 deletions credentials.json

This file was deleted.

4 changes: 4 additions & 0 deletions credentials.json.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"username": "username",
"password": "password"
}
2 changes: 1 addition & 1 deletion dist/MoreMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Want to add custom links? See [[meta:MoreMenu#Customization]].
*
* Script: MoreMenu.js
* Version: 5.1.22
* Version: 5.1.23
* Author: MusikAnimal
* License: MIT
* Documentation: [[meta:MoreMenu]]
Expand Down
2 changes: 1 addition & 1 deletion dist/MoreMenu.messages.en.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Want to add custom links? See [[meta:MoreMenu#Customization]].
*
* Script: MoreMenu.js
* Version: 5.1.22
* Version: 5.1.23
* Author: MusikAnimal
* License: MIT
* Documentation: [[meta:MoreMenu]]
Expand Down
2 changes: 1 addition & 1 deletion dist/MoreMenu.page.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Want to add custom links? See [[meta:MoreMenu#Customization]].
*
* Script: MoreMenu.js
* Version: 5.1.22
* Version: 5.1.23
* Author: MusikAnimal
* License: MIT
* Documentation: [[meta:MoreMenu]]
Expand Down
2 changes: 1 addition & 1 deletion dist/MoreMenu.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Want to add custom links? See [[meta:MoreMenu#Customization]].
*
* Script: MoreMenu.js
* Version: 5.1.22
* Version: 5.1.23
* Author: MusikAnimal
* License: MIT
* Documentation: [[meta:MoreMenu]]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moremenu",
"version": "5.1.22",
"version": "5.1.23",
"description": "Dropdown menus with links to common tasks, user and page analytic tools and logs.",
"private": true,
"scripts": {
Expand Down

0 comments on commit de32c99

Please sign in to comment.