Skip to content

Commit bc335a0

Browse files
committed
1.3.0
1 parent adbdcd0 commit bc335a0

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

backend/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aepp-base-backend",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"scripts": {
55
"test": "mocha 'src/*.tests.js'",
66
"start": "node src/main.js"

config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget id="com.aeternity.base" version="1.2.0" android-versionCode="10007" ios-CFBundleVersion="1" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget id="com.aeternity.base" version="1.3.0" android-versionCode="10007" ios-CFBundleVersion="1" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>Base æpp</name>
44
<author href="https://aeternity.com">
55
aeternity developers

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aepp-base",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"author": "Sascha Hanse <[email protected]>",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)