Skip to content

Commit

Permalink
version number bump
Browse files Browse the repository at this point in the history
  • Loading branch information
keijiro committed Jan 28, 2022
1 parent bc8da6e commit aebf244
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.libsoundio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ To the `dependencies` section:

```
"org.nuget.system.memory": "4.5.3",
"jp.keijiro.libsoundio": "1.0.3"
"jp.keijiro.libsoundio": "1.0.4"
```

After the changes, the manifest file should look like:
Expand All @@ -78,7 +78,7 @@ After the changes, the manifest file should look like:
],
"dependencies": {
"org.nuget.system.memory": "4.5.3",
"jp.keijiro.libsoundio": "1.0.3",
"jp.keijiro.libsoundio": "1.0.4",
...
```
</details>
Expand All @@ -99,7 +99,7 @@ To the `scopedRegistries` section:
To the `dependencies` section:

```
"jp.keijiro.libsoundio": "1.0.3"
"jp.keijiro.libsoundio": "1.0.4"
```

After the changes, the manifest file should look like:
Expand All @@ -114,7 +114,7 @@ After the changes, the manifest file should look like:
}
],
"dependencies": {
"jp.keijiro.libsoundio": "1.0.3",
"jp.keijiro.libsoundio": "1.0.4",
...
```
</details>
2 changes: 1 addition & 1 deletion Packages/jp.keijiro.libsoundio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"repository": "github:keijiro/jp.keijiro.libsoundio",
"unity": "2019.3",
"unityRelease": "1f1",
"version": "1.0.3"
"version": "1.0.4"
}
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ To the `dependencies` section:

```
"org.nuget.system.memory": "4.5.3",
"jp.keijiro.libsoundio": "1.0.3"
"jp.keijiro.libsoundio": "1.0.4"
```

After the changes, the manifest file should look like:
Expand All @@ -78,7 +78,7 @@ After the changes, the manifest file should look like:
],
"dependencies": {
"org.nuget.system.memory": "4.5.3",
"jp.keijiro.libsoundio": "1.0.3",
"jp.keijiro.libsoundio": "1.0.4",
...
```
</details>
Expand All @@ -99,7 +99,7 @@ To the `scopedRegistries` section:
To the `dependencies` section:

```
"jp.keijiro.libsoundio": "1.0.3"
"jp.keijiro.libsoundio": "1.0.4"
```

After the changes, the manifest file should look like:
Expand All @@ -114,7 +114,7 @@ After the changes, the manifest file should look like:
}
],
"dependencies": {
"jp.keijiro.libsoundio": "1.0.3",
"jp.keijiro.libsoundio": "1.0.4",
...
```
</details>

0 comments on commit aebf244

Please sign in to comment.