@omnimedia/omnitool 1.1.0-1 → 1.1.0-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.
package/README.md CHANGED
@@ -26,7 +26,7 @@ Omni Tools is a collection of composable utilities for working with Omniclip tim
26
26
  ### Install
27
27
 
28
28
  ```bash
29
- npm install @omni/tools
29
+ npm i @omnimedia/omnitool
30
30
  ```
31
31
 
32
32
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@omnimedia/omnitool",
3
- "version": "1.1.0-1",
3
+ "version": "1.1.0-3",
4
4
  "description": "open source video processing tools",
5
5
  "license": "MIT",
6
6
  "author": "Przemysław Gałęzki",
package/x/index.html CHANGED
@@ -80,7 +80,7 @@ body {
80
80
  <body>
81
81
 
82
82
  <section>
83
- <h1>Omnitool <small>v1.1.0-1</small></h1>
83
+ <h1>Omnitool <small>v1.1.0-3</small></h1>
84
84
  <button class=fetch>fetch</button>
85
85
  <button class="import">import</button>
86
86
  <div class=results></div>