Skip to content

Commit

Permalink
bumping version + fixing syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
abanobmikaeel committed Oct 5, 2023
1 parent 28bae63 commit c8523ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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-ckeditor-custom",
"version": "0.3.3",
"version": "0.3.4",
"description": "A react native library to handle custom ckeditors",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
4 changes: 2 additions & 2 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -204,5 +204,5 @@ const styles = StyleSheet.create({
width: Dimensions.get('screen').width,
margin: 5,
overflow: 'hidden',
}}
})
},
});

0 comments on commit c8523ee

Please sign in to comment.