mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
Now working on 0.13.0 (#617)
This commit is contained in:
committed by
GitHub
parent
296be2fbd5
commit
6f241ef001
@@ -4,7 +4,7 @@
|
||||
#define STRINGIZE(s) STRINGIZE2(s)
|
||||
|
||||
#define VERSION_MAJOR 0
|
||||
#define VERSION_MINOR 12
|
||||
#define VERSION_MINOR 13
|
||||
#define VERSION_REVISION 0
|
||||
#define VERSION_BUILD 0
|
||||
|
||||
|
||||
@@ -51,5 +51,5 @@ using System.Windows;
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("0.12.0.0")]
|
||||
[assembly: AssemblyFileVersion("0.12.0.0")]
|
||||
[assembly: AssemblyVersion("0.13.0.0")]
|
||||
[assembly: AssemblyFileVersion("0.13.0.0")]
|
||||
|
||||
Binary file not shown.
@@ -191,7 +191,7 @@ export class GeneralSettings extends React.Component <any, any> {
|
||||
ref={(input) => {this.theme_reference=input;}}
|
||||
/>
|
||||
<Stack>
|
||||
<Label>Version 0.12.0</Label>
|
||||
<Label>Version 0.13.0</Label>
|
||||
<PrimaryButton
|
||||
styles={{
|
||||
root: {
|
||||
|
||||
4
src/settings/settings-html/dist/bundle.js
vendored
4
src/settings/settings-html/dist/bundle.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user