Skip to content

Commit

Permalink
Fixed version.
Browse files Browse the repository at this point in the history
  • Loading branch information
William Troup committed Sep 6, 2024
1 parent 4661145 commit 0f1f865
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/select.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ var Config;
return S;
},
getVersion: function() {
return "3.0.1";
return "1.0.0";
}
};
(() => {
Expand Down
2 changes: 1 addition & 1 deletion dist/select.js
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ var Config;
return S;
},
getVersion: function() {
return "3.0.1";
return "1.0.0";
}
};
(() => {
Expand Down
2 changes: 1 addition & 1 deletion dist/select.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/select.ts
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ import { Config } from "./ts/options/config";
*/

getVersion: function () : string {
return "3.0.1";
return "1.0.0";
}
};

Expand Down

0 comments on commit 0f1f865

Please sign in to comment.