Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Turris
reForis
Data Collection Plugin
Commits
cd609052
Verified
Commit
cd609052
authored
Nov 25, 2020
by
Aleksandr Gumroian
Browse files
Bump v0.2.4
* Fix Terms of Participation's modal size * Move Data Collection under Sentinel tab
parent
8a7bd1fc
Pipeline
#72662
passed with stage
in 6 minutes and 36 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
js/package-lock.json
View file @
cd609052
{
"name": "reforis_data_collection",
"version": "0.2.
3
",
"version": "0.2.
4
",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
...
...
js/package.json
View file @
cd609052
...
...
@@ -6,7 +6,7 @@
"url"
:
"https://gitlab.nic.cz/turris/reforis/reforis-data-collection.git"
},
"license"
:
"GPL-3.0"
,
"version"
:
"0.2.
3
"
,
"version"
:
"0.2.
4
"
,
"description"
:
""
,
"main"
:
"./src/app.js"
,
"dependencies"
:
{
...
...
setup.py
View file @
cd609052
...
...
@@ -32,7 +32,7 @@ class DataCollectionBuild(build_py):
setuptools
.
setup
(
name
=
NAME
,
version
=
'0.2.
3
'
,
version
=
'0.2.
4
'
,
packages
=
setuptools
.
find_packages
(
exclude
=
[
'tests'
]),
include_package_data
=
True
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment