appsemble 0.38.2-test.0 → 0.39.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,9 +1,9 @@
1
- # ![](https://gitlab.com/appsemble/appsemble/-/raw/0.38.2-test.0/config/assets/logo.svg) Appsemble
1
+ # ![](https://gitlab.com/appsemble/appsemble/-/raw/0.39.1/config/assets/logo.svg) Appsemble
2
2
 
3
3
  > Quickly run Appsemble CLI using `npx`
4
4
 
5
5
  [![npm](https://img.shields.io/npm/v/appsemble)](https://www.npmjs.com/package/appsemble)
6
- [![GitLab CI](https://gitlab.com/appsemble/appsemble/badges/0.38.2-test.0/pipeline.svg)](https://gitlab.com/appsemble/appsemble/-/releases/0.38.2-test.0)
6
+ [![GitLab CI](https://gitlab.com/appsemble/appsemble/badges/0.39.1/pipeline.svg)](https://gitlab.com/appsemble/appsemble/-/releases/0.39.1)
7
7
  [![Prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://prettier.io)
8
8
 
9
9
  ## Table of Contents
@@ -31,5 +31,5 @@ For more information, see [`@appsemble/cli`](https://www.npmjs.com/package/@apps
31
31
 
32
32
  ## License
33
33
 
34
- [LGPL-3.0-only](https://gitlab.com/appsemble/appsemble/-/blob/0.38.2-test.0/LICENSE.md) ©
34
+ [LGPL-3.0-only](https://gitlab.com/appsemble/appsemble/-/blob/0.39.1/LICENSE.md) ©
35
35
  [Appsemble](https://appsemble.com)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appsemble",
3
- "version": "0.38.2-test.0",
3
+ "version": "0.39.1",
4
4
  "description": "A simple wrapper for @appsemble/cli",
5
5
  "keywords": [
6
6
  "app",
@@ -36,6 +36,6 @@
36
36
  "test": "vitest"
37
37
  },
38
38
  "dependencies": {
39
- "@appsemble/cli": "0.38.2-test.0"
39
+ "@appsemble/cli": "0.39.1"
40
40
  }
41
41
  }