Update Apple-Store-Order-Status.js

Update version number
This commit is contained in:
Benny 2021-05-12 07:35:54 +02:00 committed by GitHub
parent 6532bd31a8
commit 4af2ea5f61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
// Variables used by Scriptable.
// These must be at the very top of the file. Do not edit.
// icon-color: deep-blue; icon-glyph: shopping-cart;
// Version 1.1.7
// Version 1.2.0
/// Used by enums
const enumValue = (name) => Object.freeze({toString: () => name})