mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-21 23:58:49 -05:00
Publish 2.0.0-beta.1
This commit is contained in:
parent
58728e182c
commit
53a5d0a6c8
14
README.md
14
README.md
@ -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)
|
||||
|
@ -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",
|
||||
...
|
||||
}
|
||||
}
|
||||
|
@ -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/"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user