Publish 2.0.0-beta.1

This commit is contained in:
AdamRamberg 2019-10-17 20:43:14 +02:00
parent 58728e182c
commit 53a5d0a6c8
3 changed files with 15 additions and 15 deletions

View File

@ -42,12 +42,12 @@ Add the following to your `manifest.json`:
],
"dependencies": {
...
"com.mambojambostudios.unity-atoms-core": "2.0.0",
"com.mambojambostudios.unity-atoms-mobile": "2.0.0",
"com.mambojambostudios.unity-atoms-mono-hooks": "2.0.0",
"com.mambojambostudios.unity-atoms-tags": "2.0.0",
"com.mambojambostudios.unity-atoms-scene-mgmt": "2.0.0",
"com.mambojambostudios.unity-atoms-ui": "2.0.0",
"com.mambojambostudios.unity-atoms-core": "2.0.0-beta.1",
"com.mambojambostudios.unity-atoms-mobile": "2.0.0-beta.1",
"com.mambojambostudios.unity-atoms-mono-hooks": "2.0.0-beta.1",
"com.mambojambostudios.unity-atoms-tags": "2.0.0-beta.1",
"com.mambojambostudios.unity-atoms-scene-mgmt": "2.0.0-beta.1",
"com.mambojambostudios.unity-atoms-ui": "2.0.0-beta.1",
...
}
}
@ -63,7 +63,7 @@ The Unity Atoms docs are now published at **https://adamramberg.github.io/unity-
Read [this](https://medium.com/@adamramberg/unity-atoms-tiny-modular-pieces-utilizing-the-power-of-scriptable-objects-e8add1b95201) article on Medium for a great introduction to Unity Atoms.
## Maintainers
## Maintainers
- [AdamRamberg](https://github.com/AdamRamberg)
- [soraphis](https://github.com/soraphis)

View File

@ -33,12 +33,12 @@ Add the following to your `manifest.json`:
],
"dependencies": {
...
"com.mambojambostudios.unity-atoms-core": "2.0.0",
"com.mambojambostudios.unity-atoms-mobile": "2.0.0",
"com.mambojambostudios.unity-atoms-mono-hooks": "2.0.0",
"com.mambojambostudios.unity-atoms-tags": "2.0.0",
"com.mambojambostudios.unity-atoms-scene-mgmt": "2.0.0",
"com.mambojambostudios.unity-atoms-ui": "2.0.0",
"com.mambojambostudios.unity-atoms-core": "2.0.0-beta.1",
"com.mambojambostudios.unity-atoms-mobile": "2.0.0-beta.1",
"com.mambojambostudios.unity-atoms-mono-hooks": "2.0.0-beta.1",
"com.mambojambostudios.unity-atoms-tags": "2.0.0-beta.1",
"com.mambojambostudios.unity-atoms-scene-mgmt": "2.0.0-beta.1",
"com.mambojambostudios.unity-atoms-ui": "2.0.0-beta.1",
...
}
}
@ -56,7 +56,7 @@ Add the following to your `manifest.json`:
{
"dependencies": {
...
"com.mambojambostudios.unity-atoms": "https://github.com/AdamRamberg/unity-atoms.git",
"com.mambojambostudios.unity-atoms": "https://github.com/AdamRamberg/unity-atoms.git#canary",
...
}
}

View File

@ -1,7 +1,7 @@
{
"name": "com.mambojambostudios.unity-atoms",
"displayName": "Unity Atoms",
"version": "2.0.0",
"version": "2.0.0-beta.1",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},