Skip to content

Commit

Permalink
Updated package name to com.adsbynimbus.unity (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Sznol authored May 5, 2021
1 parent 9c15ada commit efb75cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "com.adsbynimbus",
"name": "com.adsbynimbus.unity",
"version": "0.2.0",
"displayName": "Ads By Nimbus",
"description": "This package allows for Unity games to access ads driven by Nimbus",
"unity": "2018.4",
"dependencies": {},
"keywords": ["ads", "adsbynimbus", "nimbus"],
"author": {
"name": "Marc Santaigo",
"name": "Marc Santiago",
"email": "[email protected]",
"url": "https://www.adsbynimbus.com"
}
Expand Down
2 changes: 1 addition & 1 deletion sample-app/Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"com.adsbynimbus": "file:../../package",
"com.adsbynimbus.unity": "file:../../package",
"com.unity.2d.animation": "2.0.0-preview.3",
"com.unity.analytics": "3.2.3",
"com.unity.cinemachine": "2.7.3",
Expand Down

0 comments on commit efb75cb

Please sign in to comment.