Skip to content
This repository was archived by the owner on Jan 26, 2021. It is now read-only.

Commit

Permalink
Fix license, remove unneeded SDK constraint silly (#92)
Browse files Browse the repository at this point in the history
Labels the release -dev
  • Loading branch information
kevmoo authored and jakobr-google committed Sep 20, 2017
1 parent 234329f commit 429ffea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Not yet released
## 0.7.7 - Not yet released

* Avoid name clashes between import prefix and field names.
* Avoid name clashes between generated enum and extension class names.
Expand Down
2 changes: 2 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Copyright 2013, the Dart project authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
Expand All @@ -11,6 +12,7 @@ met:
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: protoc_plugin
version: 0.7.6
version: 0.7.7-dev
author: Dart Team <[email protected]>
description: Protoc compiler plugin to generate Dart code
homepage: https://github.com/dart-lang/dart-protoc-plugin
environment:
sdk: '>=1.21.0 <2.0.0-dev.infinity'
sdk: '>=1.21.0 <2.0.0'
dependencies:
fixnum: ^0.10.5
path: ^1.0.0
Expand Down

0 comments on commit 429ffea

Please sign in to comment.