Skip to content

Commit

Permalink
Merge pull request #30 from qonversion/release/0.1.2
Browse files Browse the repository at this point in the history
Release 0.1.2
  • Loading branch information
suriksarkisyan authored Aug 1, 2022
2 parents 3c5fe41 + 253d94e commit 4a6e3ad
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 2 deletions.
32 changes: 32 additions & 0 deletions fastlane/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
fastlane documentation
----

# Installation

Make sure you have the latest version of the Xcode command line tools installed:

```sh
xcode-select --install
```

For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane)

# Available Actions

## Mac

### mac bump

```sh
[bundle exec] fastlane mac bump
```



----

This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.

More information about _fastlane_ can be found on [fastlane.tools](https://fastlane.tools).

The documentation of _fastlane_ can be found on [docs.fastlane.tools](https://docs.fastlane.tools).
13 changes: 13 additions & 0 deletions fastlane/report.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<testsuites>
<testsuite name="fastlane.lanes">




<testcase classname="fastlane.lanes" name="0: default_platform" time="0.067917">

</testcase>

</testsuite>
</testsuites>
4 changes: 2 additions & 2 deletions sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@qonversion/web-sdk",
"title": "Qonversion Web SDK",
"version": "0.1.1",
"version": "0.1.2",
"description": "Qonversion provides full in-app purchases infrastructure, so you do not need to build your own server for receipt validation. Implement in-app subscriptions, validate user receipts, check subscription status, and provide access to your app features and content using our Stripe wrapper, StoreKit wrapper and Google Play Billing wrapper.",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"readmeFilename": "../README.md",
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/preset-env": "^7.18.2",
Expand Down

0 comments on commit 4a6e3ad

Please sign in to comment.