Skip to content

Commit 4568aca

Browse files
committed
chore: rename org
1 parent 386c76c commit 4568aca

File tree

6 files changed

+618
-31
lines changed

6 files changed

+618
-31
lines changed

.github/FUNDING.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# These are supported funding model platforms
22

3-
github: [pocket-studios]
3+
github: [pocket-apps]

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2020 Pocket Studios, Inc. and contributors
3+
Copyright (c) 2020 Pocket Apps, Inc. and contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<h1>🏷 update-version</h1>
33
<p>Update your files version field on new releases</p>
44
<p align="center">
5-
<img alt="GitHub Workflow Status" src="https://img.shields.io/github/workflow/status/pocket-studios/action-update-version/CI">
6-
<img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/pocket-studios/action-update-version">
7-
<img alt="GitHub" src="https://img.shields.io/github/license/pocket-studios/action-update-version">
5+
<img alt="GitHub Workflow Status" src="https://img.shields.io/github/workflow/status/pocket-apps/action-update-version/CI">
6+
<img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/pocket-apps/action-update-version">
7+
<img alt="GitHub" src="https://img.shields.io/github/license/pocket-apps/action-update-version">
88
</p>
99
</div>
1010

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

7070
## 👋 Support
7171

72-
If you find our work useful, you can [support our work](https://github.com/sponsors/pocket-studios) and win a burrito 🌯
72+
If you find our work useful, you can [support our work](https://github.com/sponsors/pocket-apps) and win a burrito 🌯

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Update Files Version Field
22
description: Update your files version field on new releases
3-
author: Pocket Studios
3+
author: Pocket Apps
44
branding:
55
color: blue
66
icon: arrow-up-circle

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "git+https://github.com/pocket-studios/action-version-update.git"
15+
"url": "git+https://github.com/pocket-apps/action-version-update.git"
1616
},
1717
"keywords": [
1818
"actions",
@@ -30,7 +30,7 @@
3030
"yaml": "1.10.0"
3131
},
3232
"devDependencies": {
33-
"@pocket-studios/eslint-config": "1.0.4",
33+
"@pocket-apps/eslint-config": "3.0.0",
3434
"@types/node": "14.11.2",
3535
"@typescript-eslint/eslint-plugin": "4.1.0",
3636
"@typescript-eslint/parser": "4.1.0",
@@ -51,7 +51,7 @@
5151
},
5252
"eslintConfig": {
5353
"extends": [
54-
"@pocket-studios/eslint-config"
54+
"@pocket-apps/eslint-config"
5555
]
5656
},
5757
"husky": {

0 commit comments

Comments
 (0)