Skip to content

Commit 21b32d5

Browse files
committed
🚀 Bump lib version to v0.1.1
1 parent e54e1e3 commit 21b32d5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
language: [ 'javascript', 'TypeScript', 'java' ]
35+
language: [ 'javascript', 'TypeScript' ]
3636
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
3737
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
3838

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ android {
3434
minSdkVersion 21
3535
targetSdkVersion getExtOrIntegerDefault('targetSdkVersion')
3636
versionCode 1
37-
versionName "0.1.0"
37+
versionName "0.1.1"
3838
}
3939

4040
buildTypes {

example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ android {
137137
minSdkVersion rootProject.ext.minSdkVersion
138138
targetSdkVersion rootProject.ext.targetSdkVersion
139139
versionCode 1
140-
versionName "0.1.0"
140+
versionName "0.1.1"
141141
}
142142

143143
splits {

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-pdf-extractor",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "This library allows you to extract pdfs file data using matches specifics patterns.",
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",

website/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-pdf-extractor-docs",
3-
"version": "0.1.0-alpha.3",
3+
"version": "0.1.1",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

0 commit comments

Comments
 (0)