Skip to content

Commit

Permalink
Version number
Browse files Browse the repository at this point in the history
  • Loading branch information
keijiro committed Feb 25, 2021
1 parent 00d985e commit 4608729
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
5 changes: 3 additions & 2 deletions Packages/jp.keijiro.metamesh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ At the moment, it only supports very basic primitive shapes.
- Sphere (UV sphere)
- Icosphere
- Cylinder
- Rounded box

How To Install
--------------
Expand All @@ -38,7 +39,7 @@ To the `scopedRegistries` section:
To the `dependencies` section:

```
"jp.keijiro.metamesh": "0.0.8"
"jp.keijiro.metamesh": "1.0.0"
```

After changes, the manifest file should look like below:
Expand All @@ -53,6 +54,6 @@ After changes, the manifest file should look like below:
}
],
"dependencies": {
"jp.keijiro.metamesh": "0.0.8",
"jp.keijiro.metamesh": "1.0.0",
...
```
4 changes: 2 additions & 2 deletions Packages/jp.keijiro.metamesh/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"author": "Keijiro Takahashi",
"dependencies": { "com.unity.mathematics": "1.1.0" },
"dependencies": { "com.unity.mathematics": "1.2.1" },
"description": "Metadata-only mesh data importer",
"displayName": "Metamesh",
"keywords": [ "unity" ],
Expand All @@ -9,6 +9,6 @@
"repository": "github:keijiro/Metamesh",
"unity": "2019.4",
"unityRelease": "0f1",
"version": "0.0.8"
"version": "1.0.0"
}

4 changes: 2 additions & 2 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"com.unity.mathematics": {
"version": "1.1.0",
"version": "1.2.1",
"depth": 1,
"source": "registry",
"dependencies": {},
Expand All @@ -12,7 +12,7 @@
"depth": 0,
"source": "embedded",
"dependencies": {
"com.unity.mathematics": "1.1.0"
"com.unity.mathematics": "1.2.1"
}
}
}
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ At the moment, it only supports very basic primitive shapes.
- Sphere (UV sphere)
- Icosphere
- Cylinder
- Rounded box

How To Install
--------------
Expand All @@ -38,7 +39,7 @@ To the `scopedRegistries` section:
To the `dependencies` section:

```
"jp.keijiro.metamesh": "0.0.8"
"jp.keijiro.metamesh": "1.0.0"
```

After changes, the manifest file should look like below:
Expand All @@ -53,6 +54,6 @@ After changes, the manifest file should look like below:
}
],
"dependencies": {
"jp.keijiro.metamesh": "0.0.8",
"jp.keijiro.metamesh": "1.0.0",
...
```

0 comments on commit 4608729

Please sign in to comment.