We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 385553e commit ec0e92fCopy full SHA for ec0e92f
.github/workflows/release.yml
@@ -2,7 +2,7 @@ name: Release
2
3
on:
4
push:
5
- branches: [master, beta]
+ branches: [main, beta]
6
7
jobs:
8
release:
package.json
@@ -1,6 +1,6 @@
1
{
"name": "@lottiefiles/react-lottie-player",
- "version": "3.1.2",
+ "version": "3.1.3",
"description": "Lottie web player wrapper for React",
"main": "./dist/lottie-react.js",
"module": "./dist/lottie-react.esm.js",
0 commit comments