зеркало из https://github.com/nextcloud/push.git
0.6.1
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
This commit is contained in:
Родитель
a9bb27a08c
Коммит
83ea322c8d
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
### 0.6.1
|
||||
|
||||
- upgrading packages
|
||||
|
||||
|
||||
### 0.6.0
|
||||
|
||||
|
|
2
Makefile
2
Makefile
|
@ -10,7 +10,7 @@ cert_dir=$(HOME)/.nextcloud/certificates
|
|||
github_account=nextcloud
|
||||
branch=master
|
||||
codecov_token_dir=$(HOME)/.nextcloud/codecov_token
|
||||
version+=0.6.0
|
||||
version+=0.6.1
|
||||
|
||||
|
||||
all: dev-setup lint build-js-production composer
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
]]>
|
||||
</description>
|
||||
<version>0.6.0</version>
|
||||
<version>0.6.10</version>
|
||||
<licence>agpl</licence>
|
||||
<author>Maxence Lange</author>
|
||||
<namespace>Push</namespace>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
*/
|
||||
|
||||
import Vue from 'vue'
|
||||
import Polling from './components/Polling'
|
||||
import Polling from './components/Polling.vue'
|
||||
|
||||
// eslint-disable-next-line
|
||||
__webpack_public_path__ = OC.linkTo('push', 'js/')
|
||||
|
|
Загрузка…
Ссылка в новой задаче