Skip to content

Commit f0ec1c7

Browse files
committed
Release 0.6.1
1 parent 4181cbc commit f0ec1c7

File tree

4 files changed

+13
-14
lines changed

4 files changed

+13
-14
lines changed

.appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ install:
3333
- conda update -q conda
3434
- conda info -a
3535
# Install host dependencies
36-
- conda install cppzmq xproperty xwidgets=0.23.0 -c conda-forge
36+
- conda install cppzmq xproperty xwidgets=0.24.1 -c conda-forge
3737
# Install build dependencies
3838
- conda install cmake -c conda-forge
3939
- cmake -G "NMake Makefiles" -D CMAKE_INSTALL_PREFIX=%MINICONDA%\\LIBRARY -DDOWNLOAD_GTEST=ON .

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ install:
1818
- conda config --set always_yes yes --set changeps1 no
1919
- conda update -q conda
2020
# Install host dependencies
21-
- conda install cppzmq xproperty xwidgets=0.23.0 -c conda-forge
21+
- conda install cppzmq xproperty xwidgets=0.24.1 -c conda-forge
2222
# Install build dependencies
2323
- conda install gtest cmake -c conda-forge
2424
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then

README.md

+10-11
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,16 @@ make install
4646

4747
All the dependencies of xleaflet are available for the conda package manager.
4848

49-
| `xwebrtc` | `xwidgets` | `xeus` |
50-
|------------|-------------|-----------------|
51-
| master | ~0.23.0 | ~0.24.1 |
52-
| 0.6.0 | ~0.23.0 | ~0.24.1 |
53-
| 0.5.0 | ~0.20.0 | ~0.23.3 |
54-
| 0.4.1 | ~0.16.1 | ~0.18.1 |
55-
| 0.4.0 | ~0.16.0 | ~0.18.1 |
56-
| 0.3.0 | ~0.15.0 | ~0.17.0 |
57-
| 0.2.0 | ~0.14.0 | ~0.15.0 |
58-
| 0.1.1 | ~0.13.1 | ~0.14.1 |
59-
| 0.1.0 | ~0.13.0 | ~0.13 |
49+
| `xwebrtc` | `xwidgets` | `xeus` |
50+
|------------|---------------|-----------------|
51+
| master | >=0.23.0,<25 | >=0.24.1,<26 |
52+
| 0.6.1 | >=0.23.0,<25 | >=0.24.1,<26 |
53+
| 0.6.0 | ~0.23.0 | ~0.24.1 |
54+
| 0.5.0 | ~0.20.0 | ~0.23.3 |
55+
| 0.4.1 | ~0.16.1 | ~0.18.1 |
56+
| 0.4.0 | ~0.16.0 | ~0.18.1 |
57+
| 0.3.0 | ~0.15.0 | ~0.17.0 |
58+
| 0.2.0 | ~0.14.0 | ~0.15.0 |
6059

6160
## License
6261

include/xwebrtc/xwebrtc_config.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
// Project version
2525
#define XWEBRTC_VERSION_MAJOR 0
2626
#define XWEBRTC_VERSION_MINOR 6
27-
#define XWEBRTC_VERSION_PATCH 0
27+
#define XWEBRTC_VERSION_PATCH 1
2828

2929
// Binary version
3030
#define XWEBRTC_BINARY_CURRENT 1

0 commit comments

Comments
 (0)