Skip to content
This repository was archived by the owner on Oct 4, 2021. It is now read-only.

Commit 9129d3e

Browse files
committed
rename to stable 2.0.0
1 parent 1c8d3e2 commit 9129d3e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,18 +53,18 @@ deploy:
5353
token: ${GITHUB_TOKEN}
5454
file_glob: true
5555
file: "*.bin"
56-
name: latest v2 development builds
56+
name: latest v2 development build
5757
release_notes:
5858
Version $FIRMWARE_VERSION.
59-
Automatic firmware builds of the current EMS-ESP branch built on $(date +'%F %T %Z') from commit $TRAVIS_COMMIT.
59+
Automatic firmware build of the current EMS-ESP branch built on $(date +'%F %T %Z') from commit $TRAVIS_COMMIT.
6060
Warning, this is a development build and not fully tested. Use at your own risk.
6161
cleanup: false
6262
prerelease: true
6363
overwrite: true
6464
target_commitish: $TRAVIS_COMMIT
6565
on:
6666
tags: false
67-
branch: v2
67+
branch: dev
6868

6969
notifications:
7070
email:

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define EMSESP_APP_VERSION "2.0.0b14"
1+
#define EMSESP_APP_VERSION "2.0.0"

0 commit comments

Comments
 (0)