Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
duniter
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
191
Issues
191
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nodes
typescript
duniter
Commits
9b2f3ce1
Commit
9b2f3ce1
authored
Apr 07, 2019
by
Moul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v1.7.13
parent
5ed5a0fd
Pipeline
#5129
passed with stages
in 15 minutes and 53 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
gui/index.html
gui/index.html
+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 @
9b2f3ce1
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<title>
Duniter 1.7.1
2
</title>
<title>
Duniter 1.7.1
3
</title>
<style>
html
{
font-family
:
"Courier New"
,
Courier
,
monospace
;
...
...
package.json
View file @
9b2f3ce1
{
"name"
:
"duniter"
,
"version"
:
"1.7.1
2
"
,
"version"
:
"1.7.1
3
"
,
"engines"
:
{
"node"
:
">=8.2.1 <10"
,
"npm"
:
">=3.10"
...
...
@@ -12,7 +12,7 @@
"node-main"
:
"./bin/duniter"
,
"window"
:
{
"icon"
:
"duniter.png"
,
"title"
:
"v1.7.1
2
"
,
"title"
:
"v1.7.1
3
"
,
"width"
:
800
,
"height"
:
800
,
"min_width"
:
750
,
...
...
release/arch/windows/duniter.iss
View file @
9b2f3ce1
...
...
@@ -15,7 +15,7 @@
#error "Unable to find MyAppExe"
#endif
#define MyAppVerStr "v1.7.1
2
"
#define MyAppVerStr "v1.7.1
3
"
[Setup]
AppName={#MyAppName}
...
...
release/extra/debian/package/DEBIAN/control
View file @
9b2f3ce1
Package: duniter
Version: 1.7.1
2
Version: 1.7.1
3
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