File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -244,6 +244,15 @@ export default class Routes extends React.Component<
244
244
>
245
245
Load local file
246
246
</ Dropdown . Item >
247
+ < Dropdown . Item
248
+ onClick = { ( ) => {
249
+ shell . openExternal (
250
+ 'https://github.com/proj3rd/3gpp-specs/archive/master.zip'
251
+ ) ;
252
+ } }
253
+ >
254
+ Download spec archive
255
+ </ Dropdown . Item >
247
256
< Dropdown . Item
248
257
onClick = { ( ) => {
249
258
shell . openExternal (
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tool3rd" ,
3
3
"productName" : " tool3rd" ,
4
- "version" : " 1.6.0 " ,
4
+ "version" : " 1.6.1 " ,
5
5
"description" : " tool3rd" ,
6
6
"main" : " ./main.prod.js" ,
7
7
"author" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tool3rd" ,
3
3
"productName" : " tool3rd" ,
4
- "version" : " 1.6.0 " ,
4
+ "version" : " 1.6.1 " ,
5
5
"description" : " tool3rd" ,
6
6
"scripts" : {
7
7
"build" : " concurrently \" yarn build-main\" \" yarn build-renderer\" \" yarn build-worker\" " ,
You can’t perform that action at this time.
0 commit comments