Skip to content

Commit

Permalink
chore: rename org
Browse files Browse the repository at this point in the history
  • Loading branch information
vimtor committed Dec 20, 2020
1 parent 386c76c commit 4568aca
Show file tree
Hide file tree
Showing 6 changed files with 618 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# These are supported funding model platforms

github: [pocket-studios]
github: [pocket-apps]
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2020 Pocket Studios, Inc. and contributors
Copyright (c) 2020 Pocket Apps, Inc. and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<h1>🏷 update-version</h1>
<p>Update your files version field on new releases</p>
<p align="center">
<img alt="GitHub Workflow Status" src="https://img.shields.io/github/workflow/status/pocket-studios/action-update-version/CI">
<img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/pocket-studios/action-update-version">
<img alt="GitHub" src="https://img.shields.io/github/license/pocket-studios/action-update-version">
<img alt="GitHub Workflow Status" src="https://img.shields.io/github/workflow/status/pocket-apps/action-update-version/CI">
<img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/pocket-apps/action-update-version">
<img alt="GitHub" src="https://img.shields.io/github/license/pocket-apps/action-update-version">
</p>
</div>

Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: pocket-studios/action-update-version@v1
- uses: pocket-apps/action-update-version@v1
with:
files: 'package.json, app.yaml'
version-regexp: '\d+.\d+.\d+'
Expand Down Expand Up @@ -69,4 +69,4 @@ author-email|Commit author email|*Release author email*

## 👋 Support

If you find our work useful, you can [support our work](https://github.com/sponsors/pocket-studios) and win a burrito 🌯
If you find our work useful, you can [support our work](https://github.com/sponsors/pocket-apps) and win a burrito 🌯
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Update Files Version Field
description: Update your files version field on new releases
author: Pocket Studios
author: Pocket Apps
branding:
color: blue
icon: arrow-up-circle
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/pocket-studios/action-version-update.git"
"url": "git+https://github.com/pocket-apps/action-version-update.git"
},
"keywords": [
"actions",
Expand All @@ -30,7 +30,7 @@
"yaml": "1.10.0"
},
"devDependencies": {
"@pocket-studios/eslint-config": "1.0.4",
"@pocket-apps/eslint-config": "3.0.0",
"@types/node": "14.11.2",
"@typescript-eslint/eslint-plugin": "4.1.0",
"@typescript-eslint/parser": "4.1.0",
Expand All @@ -51,7 +51,7 @@
},
"eslintConfig": {
"extends": [
"@pocket-studios/eslint-config"
"@pocket-apps/eslint-config"
]
},
"husky": {
Expand Down
Loading

0 comments on commit 4568aca

Please sign in to comment.