Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
regorxxx committed Dec 8, 2023
1 parent 3ef3fe0 commit 843fc02
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## [Table of Contents]
- [Unreleased](#unreleased)
- [1.13.1](#1131---2023-12-08)
- [1.13.0](#1130---2023-11-28)
- [1.12.0](#1120---2023-11-24)
- [1.11.1](#1111---2023-11-16)
Expand Down Expand Up @@ -39,9 +40,15 @@

## [Unreleased][]
### Added
### Changed
### Removed
### Fixed

## [1.13.1] - 2023-12-08
### Added
- Toolbar: now supports color for image icons (which are not drawn using fonts).
### Changed
Update package builder
- Helpers: updated helpers.
### Removed
### Fixed

Expand Down Expand Up @@ -368,7 +375,8 @@ Update package builder
### Removed
### Fixed

[Unreleased]: https://github.com/regorxxx/Device-Priority-SMP/compare/v1.13.0...HEAD
[Unreleased]: https://github.com/regorxxx/Device-Priority-SMP/compare/v1.13.1...HEAD
[1.13.1]: https://github.com/regorxxx/Device-Priority-SMP/compare/v1.13.0...v1.13.1
[1.13.0]: https://github.com/regorxxx/Device-Priority-SMP/compare/v1.12.0...v1.13.0
[1.12.0]: https://github.com/regorxxx/Device-Priority-SMP/compare/v1.11.1...v1.12.0
[1.11.1]: https://github.com/regorxxx/Device-Priority-SMP/compare/v1.11.0...v1.11.1
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.13.0
v1.13.1
4 changes: 2 additions & 2 deletions buttons/buttons_others_device_priority.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use strict';
//24/11/23
//08/12/23

/*
Output device priority
Expand All @@ -13,7 +13,7 @@ include('..\\helpers\\helpers_xxx_file.js');
include('..\\helpers\\menu_xxx.js');
include('..\\helpers\\callbacks_xxx.js');
var prefix = 'dp_';
var version = '1.13.0';
var version = '1.13.1';

try {window.DefineScript('Output device priority button', {author:'regorxxx', version, features: {drag_n_drop: false}});} catch (e) {/* console.log('Output device priority Button loaded.'); */} //May be loaded along other buttons

Expand Down

0 comments on commit 843fc02

Please sign in to comment.