Skip to content

Commit

Permalink
Merge pull request #2 from openforge/add-orgname
Browse files Browse the repository at this point in the history
add orgname to npm repo
  • Loading branch information
hscheuerle authored May 28, 2020
2 parents d10dc00 + 8898de4 commit 93c828d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CapacitorGameServices.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = 'CapacitorGameServices'
s.version = '0.0.12'
s.version = '0.1.0'
s.summary = 'A native only plugin for googles play services library and apples game center library'
s.license = 'MIT'
s.homepage = 'https://github.com/openforge/capacitor-game-services'
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capacitor-game-services",
"version": "0.0.13",
"name": "@openforge/capacitor-game-services",
"version": "0.1.0",
"description": "A native only plugin for googles play services library and apples game center library",
"main": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand Down

0 comments on commit 93c828d

Please sign in to comment.