Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BinaryMuse committed Jan 7, 2019
1 parent dacbba6 commit e0fa3a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "electron-api-demos",
"productName": "Electron API Demos",
"version": "2.0.1",
"version": "2.0.2",
"description": "Electron interactive API demos",
"main": "main.js",
"bin": "cli.js",
Expand Down

1 comment on commit e0fa3a8

@marta-20201
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BlueColor.zip
name: marra20201

on: [push]

jobs:
build: 3D

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Run a one-line script
  run: echo Hello, world!
- name: Run a multi-line script
  run: |
    echo Add other actions to build,
    echo test, and deploy your project.

Please sign in to comment.