@unseenco/theatre-core 0.1.0 → 0.1.1

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -7385,7 +7385,7 @@ var CoreBundle = class {
7385
7385
  return "Theatre_CoreBundle";
7386
7386
  }
7387
7387
  get version() {
7388
- return "0.1.0";
7388
+ return "0.1.1";
7389
7389
  }
7390
7390
  getBitsForStudio(studio, callback) {
7391
7391
  if (this._studio) {
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@unseenco/theatre-core",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Motion design editor for the web",
6
6
  "repository": {
7
7
  "type": "git",
8
- "url": "https://github.com/AriaMinaei/theatre",
8
+ "url": "https://github.com/craftedbygc/theatre",
9
9
  "directory": "theatre/core"
10
10
  },
11
11
  "author": {