Skip to content

Commit

Permalink
version number
Browse files Browse the repository at this point in the history
  • Loading branch information
keijiro committed Jan 28, 2022
1 parent f55ac15 commit a18cf52
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Packages/jp.keijiro.lasp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ To the `dependencies` section:

```
"org.nuget.system.memory": "4.5.3",
"jp.keijiro.lasp": "2.1.5"
"jp.keijiro.lasp": "2.1.6"
```

After the changes, the manifest file should look like:
Expand All @@ -94,7 +94,7 @@ After the changes, the manifest file should look like:
],
"dependencies": {
"org.nuget.system.memory": "4.5.3",
"jp.keijiro.lasp": "2.1.5",
"jp.keijiro.lasp": "2.1.6",
...
```
</details>
Expand All @@ -115,7 +115,7 @@ To the `scopedRegistries` section:
To the `dependencies` section:

```
"jp.keijiro.lasp": "2.1.5"
"jp.keijiro.lasp": "2.1.6"
```

After the changes, the manifest file should look like:
Expand All @@ -130,7 +130,7 @@ After the changes, the manifest file should look like:
}
],
"dependencies": {
"jp.keijiro.lasp": "2.1.5",
"jp.keijiro.lasp": "2.1.6",
...
```
</details>
Expand Down
2 changes: 1 addition & 1 deletion Packages/jp.keijiro.lasp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"repository": "github:keijiro/Lasp",
"unity": "2019.4",
"unityRelease": "0f1",
"version": "2.1.5"
"version": "2.1.6"
}
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ To the `dependencies` section:

```
"org.nuget.system.memory": "4.5.3",
"jp.keijiro.lasp": "2.1.5"
"jp.keijiro.lasp": "2.1.6"
```

After the changes, the manifest file should look like:
Expand All @@ -94,7 +94,7 @@ After the changes, the manifest file should look like:
],
"dependencies": {
"org.nuget.system.memory": "4.5.3",
"jp.keijiro.lasp": "2.1.5",
"jp.keijiro.lasp": "2.1.6",
...
```
</details>
Expand All @@ -115,7 +115,7 @@ To the `scopedRegistries` section:
To the `dependencies` section:

```
"jp.keijiro.lasp": "2.1.5"
"jp.keijiro.lasp": "2.1.6"
```

After the changes, the manifest file should look like:
Expand All @@ -130,7 +130,7 @@ After the changes, the manifest file should look like:
}
],
"dependencies": {
"jp.keijiro.lasp": "2.1.5",
"jp.keijiro.lasp": "2.1.6",
...
```
</details>
Expand Down

0 comments on commit a18cf52

Please sign in to comment.