@rcrsr/rill 0.8.1 → 0.8.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,7 +10,7 @@ export interface VersionInfo {
10
10
  /**
11
11
  * Version string from package.json
12
12
  */
13
- export declare const VERSION = "0.8.1";
13
+ export declare const VERSION = "0.8.3";
14
14
  /**
15
15
  * Parsed version components
16
16
  */
@@ -3,14 +3,14 @@
3
3
  /**
4
4
  * Version string from package.json
5
5
  */
6
- export const VERSION = '0.8.1';
6
+ export const VERSION = '0.8.3';
7
7
  /**
8
8
  * Parsed version components
9
9
  */
10
10
  export const VERSION_INFO = {
11
11
  major: 0,
12
12
  minor: 8,
13
- patch: 1,
13
+ patch: 3,
14
14
  prerelease: undefined,
15
15
  };
16
16
  //# sourceMappingURL=version-data.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rcrsr/rill",
3
- "version": "0.8.1",
3
+ "version": "0.8.3",
4
4
  "description": "Scripting designed for machine-generated code",
5
5
  "license": "MIT",
6
6
  "author": "Andre Bremer",