1
0
Fork 0
mirror of https://github.com/subosito/flutter-action.git synced 2024-08-16 10:19:50 +02:00

bump version

This commit is contained in:
Alif Rachmawadi 2019-08-16 09:16:46 +07:00
parent fc32c521f1
commit e15318b1da
No known key found for this signature in database
GPG key ID: 79DA63C0F3A55BB1
2 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{ {
"name": "flutter-action", "name": "flutter-action",
"version": "1.0.1", "version": "1.0.2",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View file

@ -1,8 +1,8 @@
{ {
"name": "flutter-action", "name": "flutter-action",
"version": "1.0.1", "version": "1.0.2",
"private": true, "private": true,
"description": "flutter action", "description": "Flutter environment for use in actions",
"main": "lib/index.js", "main": "lib/index.js",
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",