Skip to content

Commit 2eee527

Browse files
authored
fix: bump version to 3.0.5 to match npm (#307)
The previous 3.0.5 release published to npm but the release commit failed to push back to main due to branch protection. This syncs main with what's already on npm so the next release can proceed.
1 parent 126d37e commit 2eee527

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-css",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"description": "Use CSS stylesheets in React Native",
55
"exports": {
66
".": {

0 commit comments

Comments
 (0)