Skip to content

Commit

Permalink
[jnigen] 0.2.1 (#175)
Browse files Browse the repository at this point in the history
Add `.clang-format` to pub.
  • Loading branch information
HosseinYousefi authored Jan 26, 2023
1 parent ff979d3 commit f6b34c5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions pkgs/jni/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.2.1
* Added `.clang-format` to pub.

## 0.2.0
* Added array support
* Added generic support
Expand Down
2 changes: 1 addition & 1 deletion pkgs/jni/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: jni
description: Library to access JNI from dart and flutter
version: 0.2.0
version: 0.2.1
repository: https://github.com/dart-lang/jnigen/tree/main/jni

environment:
Expand Down
2 changes: 1 addition & 1 deletion pkgs/jni/src/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ libdartjni.so
CMakeCache.txt
.cache
compile_commands.json

!.clang-format

0 comments on commit f6b34c5

Please sign in to comment.