Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jpudysz committed Oct 6, 2023
1 parent 304b733 commit ce39cca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ export const lightTheme = {
backgroundColor: '#ffffff',
typography: '#000000'
}
// other keys in common with lightTheme
// other keys in common with darkTheme
}

export const darkTheme = {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-unistyles",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "Level up your React Native StyleSheet",
"scripts": {
"test": "jest",
Expand Down

0 comments on commit ce39cca

Please sign in to comment.