Skip to content

Commit

Permalink
desktop bump
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpkane committed May 14, 2022
1 parent 5caf059 commit 9794a46
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fiftyone/fiftyone",
"version": "0.0.0",
"productName": "FiftyOne",
"version": "0.19.4",
"license": "Apache-2.0",
"private": true,
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion app/packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fiftyone/app",
"version": "0.10.3",
"license": "Apache-2.0",
"version": "0.0.0",
"private": true,
"main": "./src/index.tsx",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion app/packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fiftyone/components",
"version": "0.1.0",
"author": "Voxel51, Inc.",
"version": "0.0.0",
"description": "FiftyOne component library.",
"homepage": "https://github.com/voxel51/fiftyone/app/packages/componentsr",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion app/packages/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "FiftyOne",
"version": "0.19.4",
"description": "Explore, Analyze, Curate",
"author": "Voxel51, Inc.",
"version": "0.0.0",
"main": "./dist/main.js",
"license": "Apache-2.0",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion app/packages/looker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fiftyone/looker",
"version": "0.3.0",
"author": "Voxel51, Inc.",
"version": "0.0.0",
"description": "Media viewer that can render label overlays.",
"homepage": "https://github.com/voxel51/fiftyone/app/packages/looker",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion app/packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fiftyone/prettier-config",
"version": "0.1.0",
"version": "0.0.0",
"main": "index.js",
"license": "Apache-2.0",
"private": true
Expand Down
2 changes: 1 addition & 1 deletion app/packages/utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fiftyone/utilities",
"version": "0.1.0",
"author": "Voxel51, Inc.",
"version": "0.0.0",
"description": "Generic JavaScript utilities for the FiftyOne monorepo",
"homepage": "https://github.com/voxel51/fiftyone/app/packages/utilities",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion package/desktop/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import shutil


VERSION = "0.20.1"
VERSION = "0.22.0"


def get_version():
Expand Down

0 comments on commit 9794a46

Please sign in to comment.