Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
nodes
typescript
duniter
Commits
0e7a4da7
Commit
0e7a4da7
authored
Jun 11, 2020
by
Éloïs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v1.8.0
parent
62c35a44
Pipeline
#9358
passed with stages
in 12 minutes and 39 seconds
Changes
5
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
gui/index.html
gui/index.html
+1
-1
package-lock.json
package-lock.json
+1
-1
package.json
package.json
+2
-2
release/arch/windows/duniter.iss
release/arch/windows/duniter.iss
+1
-1
release/extra/debian/package/DEBIAN/control
release/extra/debian/package/DEBIAN/control
+1
-1
No files found.
gui/index.html
View file @
0e7a4da7
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<title>
Duniter 1.8.0
-rc1
</title>
<title>
Duniter 1.8.0
</title>
<style>
html
{
font-family
:
"Courier New"
,
Courier
,
monospace
;
...
...
package-lock.json
View file @
0e7a4da7
{
"name"
:
"duniter"
,
"version"
:
"1.8.0
-rc1
"
,
"version"
:
"1.8.0"
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
"dependencies"
:
{
...
...
package.json
View file @
0e7a4da7
{
"name"
:
"duniter"
,
"version"
:
"1.8.0
-rc1
"
,
"version"
:
"1.8.0"
,
"engines"
:
{
"node"
:
">= 10.19"
,
"npm"
:
">= 6.13"
,
...
...
@@ -13,7 +13,7 @@
"node-main"
:
"./bin/duniter"
,
"window"
:
{
"icon"
:
"duniter.png"
,
"title"
:
"v1.8.0
-rc1
"
,
"title"
:
"v1.8.0"
,
"width"
:
800
,
"height"
:
800
,
"min_width"
:
750
,
...
...
release/arch/windows/duniter.iss
View file @
0e7a4da7
...
...
@@ -15,7 +15,7 @@
#error "Unable to find MyAppExe"
#endif
#define MyAppVerStr "v1.8.0
-rc1
"
#define MyAppVerStr "v1.8.0"
[Setup]
AppName={#MyAppName}
...
...
release/extra/debian/package/DEBIAN/control
View file @
0e7a4da7
Package: duniter
Version: 1.8.0
-rc1
Version: 1.8.0
Depends: unzip
Section: misc
Priority: optional
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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